@@ -41,7 +41,10 @@ |
||
41 | 41 | { |
42 | 42 | $tmp = $this->routeSingle($dest, $rawMessage); |
43 | 43 | $ret[] = $tmp; |
44 | - if($tmp === false) $error = true; |
|
44 | + if($tmp === false) |
|
45 | + { |
|
46 | + $error = true; |
|
47 | + } |
|
45 | 48 | } |
46 | 49 | if($error === true) |
47 | 50 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | public function __isset($propName) |
33 | 33 | { |
34 | - return isset($this->block->{$propName}); |
|
34 | + return isset($this->block->{$propName}); |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | public function getHash() |