Completed
Push — master ( 293496...d5a6b2 )
by Iman
02:00
created
src/Analyzers/NamespaceCorrector.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
         return trim(implode('\\', $arr), '\\');
75 75
     }
76 76
 
77
+    /**
78
+     * @param string $class1
79
+     */
77 80
     public static function haveSameNamespace($class1, $class2)
78 81
     {
79 82
         return self::getNamespaceFromFullClass($class1) == self::getNamespaceFromFullClass($class2);
Please login to merge, or discard this patch.