Completed
Push — master ( 0e7cb7...85d6ec )
by Neomerx
02:27
created
src/Package/PassportSettings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
             [
141 141
                 ContainerInterface::class,
142 142
                 'int',
143
-                function (ReflectionParameter $parameter) {
143
+                function(ReflectionParameter $parameter) {
144 144
                     return $parameter->allowsNull() === true && $parameter->isArray() === true;
145 145
                 }
146 146
             ]
Please login to merge, or discard this patch.