[RestInterface ](https://github.com/rollun-com/rollun-openapi/blob/master/src/OpenAPI/Server/Rest/RestInterface.php) has method delete be like: ```php public function delete($queryData = null); ``` but [NoDelete trait](https://github.com/rollun-com/rollun-openapi/blob/master/src/OpenAPI/Server/Rest/Traits/NoDelete.php) has another interface: ```php public function delete($queryData = []) { throw new \Exception('Not implemented method'); } ``` Same problem with NoGet
RestInterface has method delete be like:
but NoDelete trait has another interface:
Same problem with NoGet