Completed
Push — master ( 07d8a3...252970 )
by Faiz
02:31
created
src/Commands/SurahCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use FaizShukri\Quran\Quran;
6 6
 use Symfony\Component\Console\Command\Command;
7
+use Symfony\Component\Console\Helper\Table;
7 8
 use Symfony\Component\Console\Helper\TableCell;
8 9
 use Symfony\Component\Console\Input\InputArgument;
9 10
 use Symfony\Component\Console\Input\InputInterface;
10 11
 use Symfony\Component\Console\Output\OutputInterface;
11
-use Symfony\Component\Console\Helper\Table;
12 12
 
13 13
 class SurahCommand extends Command
14 14
 {
Please login to merge, or discard this patch.