| 1 | <?php |
||
| 10 | class RotatingFileHandlerStrategy implements CreationStrategyInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@inheritdoc} |
||
| 14 | */ |
||
| 15 | 1 | public function getRequiredParameters(): array |
|
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | 3 | public function getConstructorParameters(array $config): array |
|
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | public function getConfigurationCallable(array $config): callable |
||
| 46 | } |
||
| 47 |