Passed
Push — main ( c69a6f...6bc794 )
by Dimitri
11:25
created
src/Cli/Console/Command.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -159,10 +159,10 @@
 block discarded – undo
159 159
      */
160 160
     private array $_options = [];
161 161
 
162
-	/**
163
-	 * @param Console $app Application Console
164
-	 * @param LoggerInterface $logger Le Logger à utiliser
165
-	 */
162
+    /**
163
+     * @param Console $app Application Console
164
+     * @param LoggerInterface $logger Le Logger à utiliser
165
+     */
166 166
     public function __construct(protected Console $app, protected LoggerInterface $logger)
167 167
     {
168 168
         $this->initProps();
Please login to merge, or discard this patch.