Passed
Push — master ( ef2e88...efb428 )
by Timo
02:16
created
src/Contract/Command/ConfiguratorInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * @param CommandInterface $command
25 25
      * @return bool
26 26
      */
27
-    public function accept(CommandInterface $command) : bool ;
27
+    public function accept(CommandInterface $command) : bool;
28 28
 
29 29
     /**
30 30
      * @param array $config
Please login to merge, or discard this patch.
src/Command/GenericCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * @param WriterInterface $writer
33 33
      * @param ConfiguratorInterface|null $configurator
34 34
      */
35
-    public function __construct(WriterInterface $writer, ConfiguratorInterface $configurator, ?array $config = [])
35
+    public function __construct(WriterInterface $writer, ConfiguratorInterface $configurator, ? array $config = [])
36 36
     {
37 37
         if ($config !== null) {
38 38
             $configurator->setConfig($config);
Please login to merge, or discard this patch.