Completed
Push — master ( 3df503...1c0306 )
by Taosikai
14:56
created
src/Client/Command/InitCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
     /**
54 54
      * Gets all supported formats
55
-     * @return array
55
+     * @return string[]
56 56
      */
57 57
     protected function getSupportedFormats()
58 58
     {
Please login to merge, or discard this patch.
src/Client/TunnelClient/TunnelClient.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -55,6 +55,10 @@
 block discarded – undo
55 55
 
56 56
     protected $client;
57 57
 
58
+    /**
59
+     * @param string $proxyConnectionId
60
+     * @param string $serverAddress
61
+     */
58 62
     public function __construct(Client $client, TunnelInterface $tunnel, $proxyConnectionId, $serverAddress, LoopInterface $loop)
59 63
     {
60 64
         $this->client = $client;
Please login to merge, or discard this patch.
src/Server/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 namespace Spike\Server;
7 7
 
8 8
 use Spike\Authentication\AuthenticationInterface;
9
-use Spike\Exception\InvalidArgumentException;
10 9
 use Spike\Configuration as BaseConfiguration;
11 10
 use Spike\Authentication;
12 11
 
Please login to merge, or discard this patch.
src/Server/TunnelServer/TunnelServer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
 
183 183
     /**
184 184
      * Creates default timers
185
-     * @return TimerInterface[]
185
+     * @return ReviewPublicConnection[]
186 186
      */
187 187
     protected function getDefaultTimers()
188 188
     {
Please login to merge, or discard this patch.
src/Server/Command/InitCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
     /**
54 54
      * Gets all supported formats
55
-     * @return array
55
+     * @return string[]
56 56
      */
57 57
     protected function getSupportedFormats()
58 58
     {
Please login to merge, or discard this patch.
src/Client/Application.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,7 @@
 block discarded – undo
13 13
 use Spike\Client\Command\ShowProxyHostsCommand;
14 14
 use Spike\Client\Subscriber\LoggerSubscriber;
15 15
 use Spike\Logger\Logger;
16
-use Symfony\Component\Console\Input\InputDefinition;
17 16
 use Symfony\Component\Console\Input\InputInterface;
18
-use Symfony\Component\Console\Input\InputOption;
19 17
 use Symfony\Component\Console\Output\OutputInterface;
20 18
 
21 19
 class Application extends BaseApplication implements SubscriberInterface
Please login to merge, or discard this patch.
src/Server/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Spike\Server\Subscriber\LoggerSubscriber;
13 13
 use Spike\Logger\Logger;
14 14
 use Symfony\Component\Console\Input\InputInterface;
15
-use Symfony\Component\Console\Input\InputOption;
16 15
 use Symfony\Component\Console\Output\OutputInterface;
17 16
 
18 17
 class Application extends BaseApplication implements SubscriberInterface
Please login to merge, or discard this patch.