@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Symfony\Component\Console\Input\InputOption; |
| 16 | 16 | use Symfony\Component\Console\Input\InputInterface; |
| 17 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
| 18 | - |
|
| 19 | 18 | use EoC\Opt\ViewQueryOpts; |
| 20 | 19 | |
| 21 | 20 | |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Symfony\Component\Console\Input\InputOption; |
| 16 | 16 | use Symfony\Component\Console\Input\InputInterface; |
| 17 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
| 18 | - |
|
| 19 | 18 | use EoC\Opt\ViewQueryOpts; |
| 20 | 19 | |
| 21 | 20 | |
@@ -128,7 +128,7 @@ |
||
| 128 | 128 | elseif ($this->isFormatted($arg)) |
| 129 | 129 | return $arg; |
| 130 | 130 | else |
| 131 | - return (string)$arg ; |
|
| 131 | + return (string)$arg; |
|
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Symfony\Component\Console\Input\InputOption; |
| 16 | 16 | use Symfony\Component\Console\Input\InputInterface; |
| 17 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
| 18 | - |
|
| 19 | 18 | use EoC\Opt\ViewQueryOpts; |
| 20 | 19 | |
| 21 | 20 | |