Completed
Push — master ( 2b3071...0563c6 )
by Yann
02:03
created
Command/ArchiveTokenCommand.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
         $this
25 25
             ->setName('yokai:security-token:archive')
26 26
             ->addOption('purpose', null, InputOption::VALUE_OPTIONAL, 'Filter tokens to archive on purpose.')
27
-            ->addOption('before',  null, InputOption::VALUE_OPTIONAL, 'Filter tokens to archive on created date.')
27
+            ->addOption('before', null, InputOption::VALUE_OPTIONAL, 'Filter tokens to archive on created date.')
28 28
         ;
29 29
     }
30 30
 
Please login to merge, or discard this patch.