Completed
Pull Request — master (#73)
by Cethy
02:52
created
src/Serializer/SerializationTypeResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function __construct($resourceNamespaces = null)
23 23
     {
24
-        if(!is_array($resourceNamespaces)) {
24
+        if (!is_array($resourceNamespaces)) {
25 25
             $resourceNamespaces = [$resourceNamespaces];
26 26
         }
27 27
         $this->resourceNamespaces = $resourceNamespaces;
Please login to merge, or discard this patch.
src/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
                         ->arrayNode('namespace')
38 38
                             ->beforeNormalization()
39 39
                                 ->ifString()
40
-                                ->then(function ($v) { return [$v]; })
40
+                                ->then(function($v) { return [$v]; })
41 41
                             ->end()
42 42
                             ->prototype('scalar')
43 43
                             ->end()
Please login to merge, or discard this patch.