Completed
Push — master ( 3b1e1b...78e928 )
by Robin
02:21
created
src/Socket/SocketInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@  discard block
 block discarded – undo
8 8
 interface SocketInterface
9 9
 {
10 10
     /**
11
-     * @param bool $toggle
12 11
      *
12
+     * @param boolean $blocking
13 13
      * @return self
14 14
      */
15 15
     public function setBlocking($blocking);
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     public function read($length);
63 63
 
64 64
     /**
65
-     * @param $data
65
+     * @param string $data
66 66
      *
67 67
      * @return int
68 68
      */
Please login to merge, or discard this patch.