Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  Fix phpcs issue
  • Loading branch information
acrobat committed Mar 5, 2024
2 parents c66e187 + 6be9322 commit 83d7d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kunstmaan/MediaBundle/Controller/ChooserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function chooserShowFolderAction(Request $request, $folderId, array $cust
'folder' => $folder,
'adminlist' => $adminList,
'subform' => $subForm->createView(),
...$customViewVars
...$customViewVars,
];

$forms = [];
Expand Down

0 comments on commit 83d7d50

Please sign in to comment.