Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Sep 22, 2023
1 parent 6583d36 commit 7a56f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataProvider/DataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct(
EventDispatcherInterface $eventDispatcher,
ManagerRegistry $managerRegistry,
string $class,
int $batchSize = 100
int $batchSize = 100,
) {
$this->batcherFactory = $batcherFactory;
$this->queryRebuilder = $queryRebuilder;
Expand Down

0 comments on commit 7a56f3c

Please sign in to comment.