Completed
Push — master ( c6357c...5bad31 )
by Juliette
9s
created
Sniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@
 block discarded – undo
324 324
      * @param int                  $stackPtr      The position of the function call token.
325 325
      * @param int                  $paramPosition The 0-based index position of the parameter to retrieve.
326 326
      *
327
-     * @return array|false
327
+     * @return string
328 328
      */
329 329
     public function getFunctionCallParameter(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $paramPosition)
330 330
     {
Please login to merge, or discard this patch.
Tests/Sniffs/PHP/ParameterShadowSuperGlobalsSniffTest.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -26,10 +26,6 @@
 block discarded – undo
26 26
      * @dataProvider dataParameterShadowSuperGlobals
27 27
      *
28 28
      * @param int    $line  Line number where the error should occur.
29
-     * @param string $octal (Start of) Binary number as a string.
30
-     * @param bool   $testNoViolation Whether or not to test for noViolation.
31
-     *               Defaults to true. Set to false if another error is
32
-     *               expected on the same line (invalid binary)
33 29
      *
34 30
      * @return void
35 31
      */
Please login to merge, or discard this patch.