Passed
Pull Request — master (#34)
by Anatoly
02:26
created
src/OpenApi/OpenApi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
      */
156 156
     private function handleComponentSchemas() : void
157 157
     {
158
-        array_walk_recursive($this->description, function (&$value, $key) {
158
+        array_walk_recursive($this->description, function(&$value, $key) {
159 159
             if (!('$ref' === $key && null !== $value && class_exists($value))) {
160 160
                 return;
161 161
             }
Please login to merge, or discard this patch.