@@ -42,5 +42,5 @@ |
||
| 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 |
@@ -141,7 +141,7 @@ |
||
| 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 | |