Skip to content
New issue

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

Add php-cs-fixer with @PSR2 ruleset and additional rules for better readability along with automated file header copyright #148

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

GhaziTriki
Copy link

@GhaziTriki GhaziTriki commented Apr 26, 2024

This PR add php-cs-fixer with PSR-2 ruleset and some other rules for better readability. Copyright update bash script is also removed in favor of PHP-CS.

This PR also removed the @package in the docs in favour of namespace. Historically, the @package annotation was used more frequently in PHP frameworks and libraries that predate the widespread adoption of namespaces (introduced in PHP 5.3). It helped to logically group classes and interfaces together when namespace support was not available.

…eadability along with automated file header copyright.

Signed-off-by: Ghazi Triki <ghazi.triki@riadvice.tn>
Signed-off-by: Ghazi Triki <ghazi.triki@riadvice.tn>
Signed-off-by: Ghazi Triki <ghazi.triki@riadvice.tn>
Signed-off-by: Ghazi Triki <ghazi.triki@riadvice.tn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant