Passed
Push — main ( 146938...afdae3 )
by Peter
02:51
created
src/Service/RepoGrid/RepoGridAbstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
      */
106 106
     protected function getOffset(Collection $query, int $pageSize): int
107 107
     {
108
-        $page   = (int)$query->get('page', 1);
108
+        $page = (int)$query->get('page', 1);
109 109
 
110 110
         return ($page - 1) * $pageSize;
111 111
     }
Please login to merge, or discard this patch.
src/Service/Execute/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
             $eventDispatcher
44 44
         );
45 45
 
46
-        $this->crypto                  = $crypto;
46
+        $this->crypto = $crypto;
47 47
     }
48 48
 
49 49
     /**
Please login to merge, or discard this patch.
src/Bootstrappers/Orm/OrmBootstrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
         IConnection $writeConnection,
145 145
         IUnitOfWork $unitOfWork
146 146
     ): \Closure {
147
-        return function () use (
147
+        return function() use (
148 148
             $repoClass,
149 149
             $dataMapperClass,
150 150
             $entityClass,
Please login to merge, or discard this patch.