We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon Code Styles for PhpStorm (and IDEA)

Dear Phalcon-team!

If someone of you uses PhpStorm or IDEA, can you share CodeStyle?



10

External libraries phalcon-devtools/ide/1.2.4/Phalcon

No, this is lib for comfortable work with framework (code completion, etc.). I mean styles of code formatting. It can be jar-file with exported settings or CodeSniffer coding standard.



7.5k
Accepted
answer

Framework is written in C so there is no CodeSniffer but you can use PSR-2 Standard for PHP CS because currentlly Phalcon Framework is part of PHP-FIG. More info about it here: https://forum.phalcon.io/discussion/1405/php-fig-representative

Exactly what i want. Thanks.