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.