|
@@ -38,7 +38,7 @@ |
|
|
block discarded – undo |
|
38
|
38
|
*/ |
|
39
|
39
|
public static function configureContainer(LimoncelloContainerInterface $container): void |
|
40
|
40
|
{ |
|
41
|
|
- $container[AnalyzerInterface::class] = function (PsrContainerInterface $container) { |
|
|
41
|
+ $container[AnalyzerInterface::class] = function(PsrContainerInterface $container) { |
|
42
|
42
|
$settingsProvider = $container->get(SettingsProviderInterface::class); |
|
43
|
43
|
$corsSettings = $settingsProvider->get(C::class); |
|
44
|
44
|
$analyzer = Analyzer::instance(new Settings($corsSettings)); |
Please login to merge, or discard this patch.