Completed
Push — master ( 805a89...b85748 )
by John
02:52
created
src/Document/OperationObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
                 ]
75 75
             ]
76 76
         ];
77
-        $document           = new SwaggerDocument('', $documentDefinition);
77
+        $document = new SwaggerDocument('', $documentDefinition);
78 78
 
79 79
         return new static($document, $path, $method);
80 80
     }
Please login to merge, or discard this patch.