Passed
Push — master ( 6bc481...af5ff0 )
by Pieter
02:25
created
src/Core/ApieCore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
             $this->apie->getBaseUrl(),
85 85
             $this->getSubActionContainer(),
86 86
             $this->apie->getPropertyConverter(),
87
-            function (Document $doc) {
87
+            function(Document $doc) {
88 88
                 $this->apie->onOpenApiDocGenerated($doc);
89 89
             }
90 90
         );
Please login to merge, or discard this patch.