1 | <?php declare(strict_types=1); |
||
27 | class HasherProvider implements ProvidesSettingsInterface, ProvidesContainerConfiguratorsInterface |
||
28 | { |
||
29 | /** |
||
30 | * @inheritdoc |
||
31 | */ |
||
32 | 1 | public static function getContainerConfigurators(): array |
|
38 | |||
39 | /** |
||
40 | * @inheritdoc |
||
41 | */ |
||
42 | 1 | public static function getSettings(): array |
|
48 | } |
||
49 |