@@ -58,7 +58,7 @@ |
||
| 58 | 58 | |
| 59 | 59 | ->validate() |
| 60 | 60 | ->always() |
| 61 | - ->then(function ($v) { |
|
| 61 | + ->then(function($v) { |
|
| 62 | 62 | if (!\array_key_exists('doctrine', $v)) { |
| 63 | 63 | $v['doctrine'] = []; |
| 64 | 64 | } |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | $audited, |
| 33 | 33 | array_filter( |
| 34 | 34 | $schemaManager->getAuditableTableNames($auditingService->getEntityManager()), |
| 35 | - function ($entity) use ($reader, $scope) { |
|
| 35 | + function($entity) use ($reader, $scope) { |
|
| 36 | 36 | /** @var Configuration $configuration */ |
| 37 | 37 | $configuration = $reader->getProvider()->getConfiguration(); |
| 38 | 38 | $roleChecker = $configuration->getRoleChecker(); |