Passed
Push — master ( d6da77...da04b4 )
by Bruno
09:01
created
util/makeAPIDoc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 function datatypes()
36 36
 {
37 37
     $markdown = DatatypeFactory::map(
38
-        function (\ReflectionClass $reflection): array {
38
+        function(\ReflectionClass $reflection): array {
39 39
             $class = $reflection->getName();
40 40
     
41 41
             /**
Please login to merge, or discard this patch.