Failed Conditions
Push — master ( 449036...27fb37 )
by Florent
03:46
created
Bundle/Server/DependencyInjection/Source/ResourceServerRepositorySource.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
         parent::continueConfiguration($node);
45 45
         $node
46 46
             ->validate()
47
-                ->ifTrue(function ($config) {
47
+                ->ifTrue(function($config) {
48 48
                     return true === $config['enabled'] && empty($config['repository']);
49 49
                 })
50 50
                 ->thenInvalid('The option "repository" must be set.')
Please login to merge, or discard this patch.