Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Check PSR 12
Browse files Browse the repository at this point in the history
  • Loading branch information
palpalani authored Nov 16, 2021
1 parent 6612605 commit fbe557e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

$config = new PhpCsFixer\Config();
$config->setRules([
'@PSR2' => true,
'@PSR12' => true,
'align_multiline_comment' => [
'comment_type' => 'phpdocs_like',
],
Expand Down

0 comments on commit fbe557e

Please sign in to comment.