Completed
Push — develop ( 3db5f7...76d949 )
by Neomerx
04:11
created
src/Package/PassportSettings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
                 [
133 133
                     ContainerInterface::class,
134 134
                     'int',
135
-                    function (ReflectionParameter $parameter) {
135
+                    function(ReflectionParameter $parameter) {
136 136
                         return $parameter->allowsNull() === true && $parameter->isArray() === true;
137 137
                     },
138 138
                 ]
Please login to merge, or discard this patch.