Completed
Push — master ( e73813...72eae7 )
by Iman
01:35
created
src/CheckClasses.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -172,6 +172,9 @@
 block discarded – undo
172 172
         self::checkImportedClassesExist($imports, $absPath);
173 173
     }
174 174
 
175
+    /**
176
+     * @param string $class
177
+     */
175 178
     private static function fix($absFilePath, $class, $line, $nonImportedClass)
176 179
     {
177 180
         $result = ReplaceLine::fixReference($absFilePath, $class, $line);
Please login to merge, or discard this patch.