Skip to content

Commit

Permalink
Updated CI to use PHP-CS-Fixer again (#188)
Browse files Browse the repository at this point in the history
* Updated CI to use PHP-CS-Fixer again

* Updated CI to use PHP-CS-Fixer again
  • Loading branch information
davidbyoung committed Dec 12, 2021
1 parent 4e9cc16 commit 71e28f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,13 @@
'constant_protected',
'constant_private',
'property_public_static',
'property_public_readonly',
'property_public',
'property_protected_static',
'property_protected_readonly',
'property_protected',
'property_private_static',
'property_private_readonly',
'property_private',
'construct',
'destruct',
Expand Down

0 comments on commit 71e28f8

Please sign in to comment.