@@ -17,7 +17,7 @@ |
||
| 17 | 17 | const DESCRIPTION = 'Checks if any optional parameters are before a required one. For example: `function ($a = 1, $b)`'; |
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | - * @param Stmt\Function|Stmt\ClassMethod $func |
|
| 20 | + * @param Stmt $func |
|
| 21 | 21 | * @param Context $context |
| 22 | 22 | * @return bool |
| 23 | 23 | */ |
@@ -320,7 +320,7 @@ |
||
| 320 | 320 | } |
| 321 | 321 | |
| 322 | 322 | /** |
| 323 | - * @return string|integer|null |
|
| 323 | + * @return integer |
|
| 324 | 324 | */ |
| 325 | 325 | public function getCurrentBranch() |
| 326 | 326 | { |