Passed
Push — master ( 856d07...dc6ba4 )
by Adam
07:19
created
src/IPub/WebSocketsWAMPClient/Client/Client.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -558,7 +558,7 @@
 block discarded – undo
558 558
 	 * @param string $type
559 559
 	 * @param bool $masked
560 560
 	 *
561
-	 * @return bool|string
561
+	 * @return false|string
562 562
 	 */
563 563
 	private function hybi10Encode(string $payload, string $type = 'text', bool $masked = TRUE)
564 564
 	{
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,10 +18,8 @@
 block discarded – undo
18 18
 
19 19
 use Nette;
20 20
 use Nette\Utils;
21
-
22 21
 use React\EventLoop;
23 22
 use React\Stream;
24
-
25 23
 use IPub\WebSocketsWAMPClient\Exceptions;
26 24
 
27 25
 /**
Please login to merge, or discard this patch.
src/IPub/WebSocketsWAMPClient/Logger/Console.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,9 +17,7 @@
 block discarded – undo
17 17
 namespace IPub\WebSocketsWAMPClient\Logger;
18 18
 
19 19
 use Nette;
20
-
21 20
 use Psr\Log;
22
-
23 21
 use IPub;
24 22
 
25 23
 /**
Please login to merge, or discard this patch.