| 1 | <?php |
||
| 10 | class Utils |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param Definition $definition |
||
| 14 | * @param int $index |
||
| 15 | * @param mixed $value |
||
| 16 | * |
||
| 17 | * @throws OutOfBoundsException |
||
| 18 | */ |
||
| 19 | 12 | public static function addOrReplaceDefinitionArgument(Definition $definition, int $index, $value): void |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @param Definition $definition |
||
| 30 | */ |
||
| 31 | 9 | public static function clearListenerTags(Definition $definition): void |
|
| 38 | } |
||
| 39 |