Completed
Push — feature/fix-function-call-para... ( 7e77d7...26cdb1 )
by Juliette
02:17
created
PHPCompatibility/Sniffs/PHP/ArgumentFunctionsUsageSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -582,7 +582,7 @@
 block discarded – undo
582 582
     /**
583 583
      * Returns an array of tokens this test wants to listen for.
584 584
      *
585
-     * @return array
585
+     * @return integer[]
586 586
      */
587 587
     public function register()
588 588
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1106,7 +1106,7 @@
 block discarded – undo
1106 1106
      * @param \PHP_CodeSniffer_File $phpcsFile The file being scanned.
1107 1107
      * @param int                   $stackPtr  The position of the return type token.
1108 1108
      *
1109
-     * @return string|false The name of the return type token.
1109
+     * @return null|string The name of the return type token.
1110 1110
      */
1111 1111
     public function getReturnTypeHintName(\PHP_CodeSniffer_File $phpcsFile, $stackPtr)
1112 1112
     {
Please login to merge, or discard this patch.
PHPCompatibility/Sniffs/PHP/NewConstantScalarExpressionsSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -347,7 +347,7 @@
 block discarded – undo
347 347
      * @param int                   $end          The end of the value definition (inclusive),
348 348
      *                                            i.e. this token will be examined as part of
349 349
      *                                            the snippet.
350
-     * @param bool                  $nestedArrays Optional. Array nesting level when examining
350
+     * @param integer                  $nestedArrays Optional. Array nesting level when examining
351 351
      *                                            the content of an array.
352 352
      *
353 353
      * @return bool
Please login to merge, or discard this patch.