Completed
Branch master (222c62)
by Anton
02:35 queued 01:09
created
source/RelayInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,5 +40,5 @@
 block discarded – undo
40 40
      *
41 41
      * @throws TransportException
42 42
      */
43
-    public function receiveSync(int &$flags = null);
43
+    public function receiveSync(int & $flags = null);
44 44
 }
45 45
\ No newline at end of file
Please login to merge, or discard this patch.
source/StreamRelay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     /**
72 72
      * {@inheritdoc}
73 73
      */
74
-    public function receiveSync(int &$flags = null)
74
+    public function receiveSync(int & $flags = null)
75 75
     {
76 76
         $prefix = $this->fetchPrefix();
77 77
         $flags = $prefix['flags'];
Please login to merge, or discard this patch.
source/SocketRelay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
     /**
142 142
      * {@inheritdoc}
143 143
      */
144
-    public function receiveSync(int &$flags = null)
144
+    public function receiveSync(int & $flags = null)
145 145
     {
146 146
         $this->connect();
147 147
 
Please login to merge, or discard this patch.