@@ -403,7 +403,7 @@ discard block  | 
                                                    ||
| 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  | 
                                                    ||
| 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 |      { |