phalcon / cphalcon

High performance, full-stack PHP framework delivered as a C extension.
https://phalcon.io
BSD 3-Clause "New" or "Revised" License
10.79k stars 1.96k forks source link

Modifying the way methods are annotated for \Phalcon\Filter\Filter #16556

Closed jturbide closed 8 months ago

jturbide commented 8 months ago

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

niden commented 8 months ago

Thank you @jturbide