Passed
Push — master ( ef2e88...efb428 )
by Timo
02:16
created
src/Command/InlineConfigurator.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -21,10 +21,10 @@
 block discarded – undo
21 21
 {
22 22
     use ConfiguratorTrait;
23 23
 
24
-     /**
25
-     * @param CommandInterface $command
26
-     * @return bool
27
-     */
24
+        /**
25
+         * @param CommandInterface $command
26
+         * @return bool
27
+         */
28 28
     protected function doAccept(CommandInterface $command): bool
29 29
     {
30 30
         return $command instanceof InlineConfigCommandInterface;
Please login to merge, or discard this patch.