Completed
Pull Request — master (#1319)
by Timo
33:49
created
Classes/System/Object/AbstractClassRegistry.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,8 +67,8 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param $type
71
-     * @return mixed|string
70
+     * @param string $type
71
+     * @return string
72 72
      */
73 73
     protected function resolveClassName($type)
74 74
     {
Please login to merge, or discard this patch.