Skip to content

Commit 0d4356a

Browse files
committed
minor #8540 Unused Private param in documentation (matt9mg)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8540). Discussion ---------- Unused Private param in documentation Removed a private param from the documentation as its not used in the code example Commits ------- 3daf824 Unused Private param in documentation
2 parents a37fc7d + 3daf824 commit 0d4356a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controller/upload_file.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ automatically upload the file when persisting the entity::
332332
class BrochureUploadListener
333333
{
334334
private $uploader;
335-
private $fileName;
336335

337336
public function __construct(FileUploader $uploader)
338337
{

0 commit comments

Comments
 (0)