Completed
Push — master ( cbfed7...c39fb6 )
by Rafael
05:06
created
src/Definition/Registry/DefinitionManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
      *
82 82
      * @return null|string
83 83
      */
84
-    public function getClassForType(string $type):?string
84
+    public function getClassForType(string $type): ?string
85 85
     {
86 86
         if (isset($this->typeMap[$type])) {
87 87
             return $this->typeMap[$type];
Please login to merge, or discard this patch.
src/Schema/SchemaCompiler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 
69 69
         $config = [
70 70
             'types' => Types::all(),
71
-            'typeLoader' => function ($name) {
71
+            'typeLoader' => function($name) {
72 72
                 return Types::get($name);
73 73
             },
74 74
         ];
Please login to merge, or discard this patch.