Test Failed
Push — master ( ecb90a...e2b9b7 )
by Bruno
05:39
created
Formularium/Factory/AbstractFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     public static function getNames(): array
104 104
     {
105 105
         return static::map(
106
-            function (\ReflectionClass $reflection) {
106
+            function(\ReflectionClass $reflection) {
107 107
                 return static::getNamePair($reflection);
108 108
             }
109 109
         );
Please login to merge, or discard this patch.
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.