@@ -354,7 +354,7 @@ discard block |
||
354 | 354 | ); |
355 | 355 | |
356 | 356 | if ($socket) { |
357 | - $this->pool[ $this->getConnectionString() ] = $socket; |
|
357 | + $this->pool[$this->getConnectionString()] = $socket; |
|
358 | 358 | |
359 | 359 | if ($this->dataTimeout !== null) { |
360 | 360 | stream_set_timeout( |
@@ -577,7 +577,7 @@ discard block |
||
577 | 577 | return null; |
578 | 578 | } |
579 | 579 | |
580 | - $length = (int)$line + 2; |
|
580 | + $length = (int) $line + 2; |
|
581 | 581 | $data = ''; |
582 | 582 | |
583 | 583 | while ($length > 0) { |