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