Completed
Pull Request — master (#11)
by Ema
01:17
created
source/Goridge/ConnectionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,5 +42,5 @@
 block discarded – undo
42 42
      * @throws MessageException When messages can not be retrieved.
43 43
      * @throws TransportException
44 44
      */
45
-    public function receiveSync(int &$flags = null);
45
+    public function receiveSync(int & $flags = null);
46 46
 }
47 47
\ No newline at end of file
Please login to merge, or discard this patch.
source/Goridge/Connection.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.