Passed
Pull Request — master (#24)
by Iakov
04:05
created
RequestProcessor/Step/Common/SerializeResponseDataStep.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
 
24 24
     public function requiresBefore()
25 25
     {
26
-        return [ BuildSerializerStep::class ];
26
+        return [BuildSerializerStep::class];
27 27
     }
28 28
 }
29 29
\ No newline at end of file
Please login to merge, or discard this patch.
RequestProcessor/Step/Common/BuildSerializerStep.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
 
38 38
     public function requiresBefore()
39 39
     {
40
-        return [ GetReflectionFromRequestStep::class ];
40
+        return [GetReflectionFromRequestStep::class];
41 41
     }
42 42
 
43 43
 }
44 44
\ No newline at end of file
Please login to merge, or discard this patch.