@@ -23,6 +23,6 @@ |
||
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 |
@@ -37,7 +37,7 @@ |
||
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 |