You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phalcon\CodeQuality\PhpCsFixer\Rules, the shared php-cs-fixer rule set. It starts with the @PSR12 set, and the Phalcon rules after it replace three of the values of that set.
Phalcon\CodeQuality\PhpCsFixer\ConfigFactory::create(), which builds a php-cs-fixer configuration from a list of paths and a cache file.
The Phalcon phpcs standard: PSR-12 without the PSR2.Methods.MethodDeclaration.Underscore sniff. dealerdirect/phpcodesniffer-composer-installer registers it, so a project refers to it with <rule ref="Phalcon"/>.
A Docker environment. The PHP_VERSION variable selects the PHP version, and the default is 8.1.
Continuous integration for PHP 8.1 to 8.5, and Dependabot for composer, GitHub Actions and Docker.