Skip to content

Commit

Permalink
Use PHP-CS since PER will be deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Oct 23, 2023
1 parent bbca1d1 commit 0b591b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

return $config
->setRules([
'@PER' => true,
'@PER-CS' => true,
'declare_strict_types' => true,
'header_comment' => [
'comment_type' => 'PHPDoc',
Expand Down

0 comments on commit 0b591b5

Please sign in to comment.