@@ -77,7 +77,7 @@ |
||
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | - * @return int|mixed |
|
| 80 | + * @return integer |
|
| 81 | 81 | */ |
| 82 | 82 | public function key() |
| 83 | 83 | { |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | - * @param RuleInterface|NodeInterface $repetition |
|
| 34 | + * @param null|NodeInterface $repetition |
|
| 35 | 35 | * @return array |
| 36 | 36 | */ |
| 37 | 37 | private function getInterval(RuleInterface $repetition): array |