Completed
Push — develop ( 172ce8...ea9a36 )
by Neomerx
04:47
created
src/Packages/Cors/CorsContainerConfigurator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.