Completed
Push — master ( 1de5f0...bc31f8 )
by Anton
01:27
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.