Completed
Push — master ( 3e6d1b...a41b6a )
by Iman
01:32
created
src/Analyzers/FileManipulator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
         return [self::replaceFirst($absPath, $class, $prefix.$correct[0], $lineNum), $correct];
62 62
     }
63 63
 
64
+    /**
65
+     * @param \Closure $lineChanger
66
+     */
64 67
     private static function applyToFile($file, $lineChanger)
65 68
     {
66 69
         $reading = fopen($file, 'r');
Please login to merge, or discard this patch.
src/Checks/CheckStringy.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
         }
56 56
     }
57 57
 
58
+    /**
59
+     * @param string $string
60
+     */
58 61
     protected function getClassyPath($string)
59 62
     {
60 63
         ($string[0] !== '\\') && ($string = '\\'.$string);
Please login to merge, or discard this patch.