Passed
Pull Request — master (#26)
by Timothy
02:20
created
src/EnliteMonolog/Service/MonologServiceFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
252 252
 
253 253
         $parameters = array();
254 254
 
255
-        foreach($constructor->getParameters() as $parameter) {
255
+        foreach ($constructor->getParameters() as $parameter) {
256 256
             $parameterName = $parameter->getName();
257 257
 
258 258
             if (array_key_exists($parameterName, $arguments)) {
Please login to merge, or discard this patch.