Completed
Pull Request — master (#17)
by
unknown
05:54
created
src/ContainerBasedContainerAccessor.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the CrossContainerExtension package.
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
             $parameterBag->resolve();
51 51
         }
52 52
 
53
-        return array_map(function ($unescapedValue) use ($parameterBag) {
53
+        return array_map(function($unescapedValue) use ($parameterBag) {
54 54
             return $parameterBag->escapeValue($unescapedValue);
55 55
         }, $parameterBag->all());
56 56
     }
Please login to merge, or discard this patch.