Syed Muhammad

Results 1 comments of Syed Muhammad

You must implement abstract method. Add this on vendor/HessianZ/phalcon-swoole/src/PhalconSwoole/Request.php ``` public function getPort() { return $this->request->header['port']; } public function isPurge() { return $this->isMethod('PURGE'); } public function isTrace() { return $this->isMethod('TRACE');...