gotzmann / comet

Modern PHP framework for building blazing fast REST APIs and microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal error: Type of Comet\Factory\CometPsr17Factory::$responseFactoryClass must be string

techalexx opened this issue · comments

Попытка создать экземпляр
$app = new Comet\Comet();
сразу выдает такую ошибку

Fatal error: Type of Comet\Factory\CometPsr17Factory::$responseFactoryClass must be string (as in class Slim\Factory\Psr17\Psr17Factory) in /www/vendor/gotzmann/comet/src/Factory/CometPsr17Factory.php on line 6

The open pull request fixes this. Just add the type declarations to the file. Waiting on @gotzmann to merge.

Fixed thanks @Wedrix !