1 | <?php |
||
10 | class StreamHandlerStrategy 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 |
|
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | public function getConfigurationCallable(array $config): callable |
||
45 | } |
||
46 |