Passed
Push — master ( e8a4ef...da3d99 )
by Bas
04:19
created
src/Factory/SoapClientBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
         $serializer = SerializerBuilder::create()
66 66
             ->configureListeners(
67
-                function (EventDispatcher $dispatcher) {
67
+                function(EventDispatcher $dispatcher) {
68 68
                     $dispatcher->addSubscriber(new SoapHeaderEventSubscriber($this->authentication));
69 69
                 }
70 70
             )
Please login to merge, or discard this patch.
src/Exception/ExceptionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
         foreach ($codes as $code) {
81 81
             $namespace = preg_replace('~\\\?Exception(Interface)?$~', '', $currentException);
82
-            $childException = $namespace  . '\\' . $code . 'Exception';
82
+            $childException = $namespace . '\\' . $code . 'Exception';
83 83
 
84 84
             if (!class_exists($childException)) {
85 85
                 break;
Please login to merge, or discard this patch.