Passed
Push — master ( efb428...d376d7 )
by Timo
02:13
created
src/Command/GenericCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      * @param ConfiguratorInterface $configurator
34 34
      * @param array|null $config
35 35
      */
36
-    public function __construct(WriterInterface $writer, ConfiguratorInterface $configurator, ?array $config = [])
36
+    public function __construct(WriterInterface $writer, ConfiguratorInterface $configurator, ? array $config = [])
37 37
     {
38 38
         if ($config !== null) {
39 39
             $configurator->setConfig($config);
Please login to merge, or discard this patch.
src/Command/GenericInlineConfigCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * @param ConfiguratorInterface $configurator
46 46
      * @param array|null $config
47 47
      */
48
-    public function __construct(WriterInterface $writer, ConfiguratorInterface $configurator, ?array $config = [])
48
+    public function __construct(WriterInterface $writer, ConfiguratorInterface $configurator, ? array $config = [])
49 49
     {
50 50
         if ($config !== null) {
51 51
             $configurator->setConfig($config);
Please login to merge, or discard this patch.