@@ -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 | + } |
@@ -288,9 +288,9 @@ |
||
288 | 288 | |
289 | 289 | if ($message === null) { |
290 | 290 | // if ($message == null) { |
291 | - $this->hangup($client); |
|
291 | + $this->hangup($client); |
|
292 | 292 | } else if ( $message === false ) { |
293 | - continue; |
|
293 | + continue; |
|
294 | 294 | } else { |
295 | 295 | $output = $this->serve($message); |
296 | 296 | $this->write($client, $output); |
@@ -238,7 +238,7 @@ |
||
238 | 238 | } |
239 | 239 | |
240 | 240 | /** |
241 | - * Check if an encrypted envelope is consisent or not |
|
241 | + * Check if an encrypted envelope is consisent or not |
|
242 | 242 | * |
243 | 243 | * @param string $data |
244 | 244 | * |