Completed
Pull Request — master (#30)
by Matthew
23:29 queued 08:10
created
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -504,7 +504,7 @@
 block discarded – undo
504 504
 
505 505
                 return $node;
506 506
             })->end()
507
-            ->validate()->ifTrue(function ($node) {
507
+            ->validate()->ifTrue(function($node) {
508 508
                 if (isset($node['ssl_options']) && !$node['ssl']) {
509 509
                     return true;
510 510
                 }
Please login to merge, or discard this patch.