Completed
Push — master ( b082d1...ba1001 )
by Iman
01:37
created
src/Analyzers/NamespaceCorrector.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
         return trim(implode('\\', $segments), '\\');
15 15
     }
16 16
 
17
+    /**
18
+     * @param string $class1
19
+     */
17 20
     public static function haveSameNamespace($class1, $class2)
18 21
     {
19 22
         return self::getNamespaceFromFullClass($class1) == self::getNamespaceFromFullClass($class2);
Please login to merge, or discard this patch.