@@ -29,7 +29,7 @@ discard block |
||
| 29 | 29 | * THE SOFTWARE. |
| 30 | 30 | */ |
| 31 | 31 | |
| 32 | - class Manager implements Iterator, Countable { |
|
| 32 | + class Manager implements Iterator, Countable { |
|
| 33 | 33 | |
| 34 | 34 | use IteratorTrait; |
| 35 | 35 | use CountableTrait; |
@@ -274,4 +274,4 @@ discard block |
||
| 274 | 274 | |
| 275 | 275 | } |
| 276 | 276 | |
| 277 | - } |
|
| 277 | + } |
|
@@ -263,9 +263,9 @@ |
||
| 263 | 263 | |
| 264 | 264 | if ( $message === null ) { |
| 265 | 265 | // if ($message == null) { |
| 266 | - $this->hangup($client); |
|
| 266 | + $this->hangup($client); |
|
| 267 | 267 | } else if ( $message === false ) { |
| 268 | - continue; |
|
| 268 | + continue; |
|
| 269 | 269 | } else { |
| 270 | 270 | $output = $this->serve($message); |
| 271 | 271 | $this->write($client, $output); |