We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/** * Returns all the processed profiles * * @return array */ public function getProfiles(): array { }
Should be
/** * Returns all the processed profiles * * @return Phalcon\Db\Profiler\Item[] */ public function getProfiles(): array { }
The text was updated successfully, but these errors were encountered:
Thnx. Will have a look. Probably need to fix it upstream on phalcon zephir.
Sorry, something went wrong.
https://github.com/phalcon/cphalcon/blob/d7bccc43678104016ef58d9852e4c343d3185ee8/phalcon/Db/Profiler.zep#L116
No branches or pull requests
Should be
The text was updated successfully, but these errors were encountered: