Passed
Push — master ( 989659...d90b52 )
by Damien
04:23
created
src/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
                     }
Please login to merge, or discard this patch.
src/Controller/ViewerController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.