@@ -521,13 +521,13 @@ |
||
| 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; |