@@ -133,6 +133,7 @@ |
||
| 133 | 133 | |
| 134 | 134 | /** |
| 135 | 135 | * @inheritdoc |
| 136 | + * @param string $body |
|
| 136 | 137 | */ |
| 137 | 138 | public function setBody($body) { |
| 138 | 139 | $this->body = $body; |
@@ -151,7 +151,7 @@ |
||
| 151 | 151 | /** |
| 152 | 152 | * @param $funcName |
| 153 | 153 | * @param $className |
| 154 | - * @return bool |
|
| 154 | + * @return AbstractClient |
|
| 155 | 155 | * @throws EntryPointException |
| 156 | 156 | */ |
| 157 | 157 | public function registerEntryPoint($funcName, $className){ |