Passed
Pull Request — master (#59)
by Dmitri
03:09
created
src/Bridge/Symfony/Bundle/Listener/DeserializeListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
         // Validate object and send problem response on failure.
69 69
         if ($config->validate() && count($violations = $this->validator->validate($object))) {
70
-            $event->setController(function () use ($violations) {
70
+            $event->setController(function() use ($violations) {
71 71
                 return $this->errorResponse($violations);
72 72
             });
73 73
         }
Please login to merge, or discard this patch.