@@ -404,7 +404,7 @@ |
||
| 404 | 404 | * @param int $stepping |
| 405 | 405 | * @throws \Exception |
| 406 | 406 | */ |
| 407 | - private function parseStepping(int $index, string &$element, int &$stepping) |
|
| 407 | + private function parseStepping(int $index, string & $element, int & $stepping) |
|
| 408 | 408 | { |
| 409 | 409 | $segments = explode('/', $element); |
| 410 | 410 | |