From 64a61b68f2f1d09ccd785c00807b1916f7167ca8 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Mon, 23 Oct 2017 16:12:24 +0100 Subject: [PATCH] Unused Private param in documentation Removed a private param from the documentation as its not used in the code example --- controller/upload_file.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/controller/upload_file.rst b/controller/upload_file.rst index 8f1d3cf8cef..82c65082b7e 100644 --- a/controller/upload_file.rst +++ b/controller/upload_file.rst @@ -329,7 +329,6 @@ automatically upload the file when persisting the entity:: class BrochureUploadListener { private $uploader; - private $fileName; public function __construct(FileUploader $uploader) {