Skip to content

Commit

Permalink
Move first parameter in constructor to the new line
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Jan 29, 2024
1 parent 69bd383 commit 4dae340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/Command/BaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ class BaseCommand extends Command
*/
protected ConfigurationManager $configurationManager;

public function __construct(CollectionRepository $collectionRepository,
public function __construct(
CollectionRepository $collectionRepository,
DocumentRepository $documentRepository,
LibraryRepository $libraryRepository,
StructureRepository $structureRepository,
Expand Down

0 comments on commit 4dae340

Please sign in to comment.