Passed
Push — develop ( a6b715...d5bd6e )
by Àlex
07:09
created
PHPCI/Builder.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,6 +151,7 @@  discard block
 block discarded – undo
151 151
      * Access a variable from the phpci.yml file.
152 152
      *
153 153
      * @param string
154
+     * @param string $key
154 155
      *
155 156
      * @return mixed
156 157
      */
@@ -168,7 +169,7 @@  discard block
 block discarded – undo
168 169
     /**
169 170
      * Access a variable from the config.yml.
170 171
      *
171
-     * @param $key
172
+     * @param string $key
172 173
      *
173 174
      * @return mixed
174 175
      */
Please login to merge, or discard this patch.
PHPCI/Helper/Lang.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * Get a specific string from the language file.
26 26
      *
27
-     * @param $string
27
+     * @param string $string
28 28
      *
29 29
      * @return mixed|string
30 30
      */
Please login to merge, or discard this patch.