Completed
Pull Request — master (#30)
by Matthew
14:09 queued 11:28
created
DependencyInjection/Configuration.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -522,13 +522,13 @@
 block discarded – undo
522 522
 
523 523
                 return $node;
524 524
             })->end()
525
-           ->validate()->ifTrue(function ($node) {
526
-               if (isset($node['ssl_options']) && !$node['ssl']) {
527
-                   return true;
528
-               }
525
+            ->validate()->ifTrue(function ($node) {
526
+                if (isset($node['ssl_options']) && !$node['ssl']) {
527
+                    return true;
528
+                }
529 529
 
530
-               return false;
531
-           })->thenInvalid('ssl must be true in order to set ssl_options')->end()
530
+                return false;
531
+            })->thenInvalid('ssl must be true in order to set ssl_options')->end()
532 532
         ->end();
533 533
 
534 534
         return $rootNode;
Please login to merge, or discard this patch.