[ ] I have checked that another pull request for this purpose does not exist
[ ] I wrote some tests for this PR
[ ] I have updated the relevant CHANGELOG
[ ] I have created a PR for the documentation about this change
Small description of change:
Modifying the way methods are annotated for \Phalcon\Filter\Filter. Specifically, the return type of each method is now placed before the method name rather than after. This change is consistent across all method annotations in the documentation, enhancing clarity and aligning with a more standard annotation format for PHP methods.
Hello!
In raising this pull request, I confirm the following:
Small description of change: Modifying the way methods are annotated for \Phalcon\Filter\Filter. Specifically, the return type of each method is now placed before the method name rather than after. This change is consistent across all method annotations in the documentation, enhancing clarity and aligning with a more standard annotation format for PHP methods.
Thanks