Completed
Push — master ( fcb2ed...d272e4 )
by Nil
10:52
created
src/BackslashFixer/Fixer/FileEditor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
     }
134 134
 
135 135
     /**
136
-     * @param $generator
136
+     * @param FileGenerator $generator
137 137
      * @return array
138 138
      */
139 139
     protected function getReplaceableFunctions($generator)
Please login to merge, or discard this patch.
src/BackslashFixer/Fixer/FunctionRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /**
37 37
      * Search backwards starting from haystack length characters from the end
38 38
      *
39
-     * @param $haystack
39
+     * @param string $haystack
40 40
      * @param $needle
41 41
      * @return bool
42 42
      */
Please login to merge, or discard this patch.