@@ -54,7 +54,7 @@ |
||
54 | 54 | protected function doSend(\PEIP\INF\Message\Message $message) { |
55 | 55 | if ($this->capacity < 1 || $this->getMessageCount() <= $this->getCapacity()) { |
56 | 56 | $this->queue->insert($message, $message->getHeader($this->priorityHeader)); |
57 | - }else { |
|
57 | + } else { |
|
58 | 58 | throw new \Exception('Not implemented yet.'); |
59 | 59 | } |
60 | 60 | } |
@@ -53,7 +53,7 @@ |
||
53 | 53 | * @param $observer |
54 | 54 | * @return |
55 | 55 | */ |
56 | - public function addObserver(\PEIP\INF\Event\Observer $observer){ |
|
56 | + public function addObserver(\PEIP\INF\Event\Observer $observer) { |
|
57 | 57 | $this->observers[] = $observer; |
58 | 58 | } |
59 | 59 |
@@ -114,8 +114,7 @@ |
||
114 | 114 | $this->send($content); |
115 | 115 | try { |
116 | 116 | $res = $this->receive(); |
117 | - } |
|
118 | - catch (\Exception $e) { |
|
117 | + } catch (\Exception $e) { |
|
119 | 118 | return NULL; |
120 | 119 | } |
121 | 120 | return $res; |