Completed
Pull Request — master (#305)
by
unknown
03:45
created
src/eXpansion/Framework/Core/Services/Application/AbstractApplication.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      *
64 64
      * @param OutputInterface $console
65 65
      *
66
-     * @return $this|mixed
66
+     * @return AbstractApplication
67 67
      * @throws \Maniaplanet\DedicatedServer\Xmlrpc\TransportException
68 68
      */
69 69
     public function init(OutputInterface $console)
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,12 +3,8 @@
 block discarded – undo
3 3
 
4 4
 namespace eXpansion\Framework\Core\Services\Application;
5 5
 
6
-use eXpansion\Framework\Core\Listener\BaseStorageUpdateListener;
7 6
 use eXpansion\Framework\Core\Services\Console;
8 7
 use eXpansion\Framework\Core\Services\DedicatedConnection\Factory;
9
-use Maniaplanet\DedicatedServer\Connection;
10
-use Propel\Runtime\Connection\Exception\ConnectionException;
11
-use Propel\Runtime\Propel;
12 8
 use Psr\Log\LoggerInterface;
13 9
 use Symfony\Component\Console\Output\OutputInterface;
14 10
 
Please login to merge, or discard this patch.