Failed Conditions
Push — master ( a46fbb...c35fd9 )
by Alexander
01:13
created
CodingStandard/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -403,7 +403,7 @@  discard block
 block discarded – undo
403 403
      * @param int  $stackPtr  The position of the current token
404 404
      *                        in the stack passed in $tokens.
405 405
      *
406
-     * @return bool|int
406
+     * @return integer|null
407 407
      */
408 408
     protected function getLeadingCommentOrSelf(File $phpcsFile, $stackPtr)
409 409
     {
@@ -589,7 +589,7 @@  discard block
 block discarded – undo
589 589
      * @param int  $stackPtr  The position of the current token
590 590
      *                        in the stack passed in $tokens.
591 591
      *
592
-     * @return bool|int
592
+     * @return integer|null
593 593
      */
594 594
     protected function getTrailingCommentOrSelf(File $phpcsFile, $stackPtr)
595 595
     {
Please login to merge, or discard this patch.