Skip to content

Commit

Permalink
✨ upgrade coding standard to PSR12 (#30)
Browse files Browse the repository at this point in the history
✨ upgrade coding standard to PSR12
  • Loading branch information
Kanti authored Oct 7, 2019
2 parents 2f14dc4 + 66f680f commit f44fce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"phpro/grumphp": "0.14.*",
"pluswerk/grumphp-bom-task": "4.*",
"pluswerk/grumphp-xliff-task": "2.*",
"squizlabs/php_codesniffer": "2.* | 3.*",
"squizlabs/php_codesniffer": ">=3.5.0 <4.0.0",
"sensiolabs/security-checker": "5.*",
"jakub-onderka/php-parallel-lint": "1.*"
},
Expand Down
2 changes: 1 addition & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
detect_key_conflicts: true
ignore_patterns: "%convention.jsonlint_ignore_pattern%"
phpcs:
standard: "PSR2"
standard: "PSR12"
warning_severity: 900000
tab_width: 4
ignore_patterns: "%convention.phpcslint_ignore_pattern%"
Expand Down

0 comments on commit f44fce2

Please sign in to comment.