Completed
Push — master ( 01d73e...c6357c )
by Juliette
03:01
created
Sniffs/PHP/RemovedFunctionParametersSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Returns an array of tokens this test wants to listen for.
50 50
      *
51
-     * @return array
51
+     * @return integer[]
52 52
      */
53 53
     public function register()
54 54
     {
Please login to merge, or discard this patch.
Sniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
345 345
      * @param int                  $stackPtr    The position of the function call token.
346 346
      * @param int                  $paramOffset The 1-based index position of the parameter to retrieve.
347 347
      *
348
-     * @return array|false
348
+     * @return string
349 349
      */
350 350
     public function getFunctionCallParameter(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $paramOffset)
351 351
     {
Please login to merge, or discard this patch.