Completed
Pull Request — master (#29)
by Aleh
02:51
created
src/Padawan/Framework/Application/Socket/SocketOutput.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Padawan\Framework\Application\Socket;
4 4
 
5
-use Symfony\Component\Console\Output\OutputInterface;
6 5
 use Symfony\Component\Console\Output\NullOutput;
7 6
 use Amp\Socket\Client;
8 7
 
Please login to merge, or discard this patch.
src/Padawan/Command/CliCommand.php 2 patches
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,13 +12,16 @@
 block discarded – undo
12 12
         return $this->getApplication()->getContainer();
13 13
     }
14 14
 
15
+    /**
16
+     * @return \Padawan\Domain\Core\Index
17
+     */
15 18
     public function get($name)
16 19
     {
17 20
         return $this->getContainer()->get($name);
18 21
     }
19 22
 
20 23
     /**
21
-     * @return Cli
24
+     * @return \Symfony\Component\Console\Application|null
22 25
      */
23 26
     public function getApplication()
24 27
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Padawan\Command;
4 4
 
5 5
 use Symfony\Component\Console\Command\Command;
6
-use Padawan\Framework\Application\CLI;
7 6
 
8 7
 abstract class CliCommand extends Command
9 8
 {
Please login to merge, or discard this patch.