@@ -104,7 +104,7 @@ |
||
104 | 104 | * @param RequestInterface $request |
105 | 105 | * @param ResponseInterface $response |
106 | 106 | * |
107 | - * @return bool|void |
|
107 | + * @return null|false |
|
108 | 108 | */ |
109 | 109 | public function httpPost(RequestInterface $request, ResponseInterface $response) { |
110 | 110 | $node = $this->server->tree->getNodeForPath($this->server->getRequestUri()); |