Skip to content

Commit

Permalink
Upgrade Coding Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Sep 12, 2022
1 parent 38ac69a commit 22937da
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 @@ -42,7 +42,7 @@
},
"require-dev": {
"ext-xdebug": "*",
"aplus/coding-standard": "^1.13",
"aplus/coding-standard": "^1.14",
"ergebnis/composer-normalize": "^2.25",
"jetbrains/phpstorm-attributes": "^1.0",
"phpmd/phpmd": "^2.13",
Expand Down
2 changes: 1 addition & 1 deletion src/FallbackLevel.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @package language
*/
enum FallbackLevel: int
enum FallbackLevel : int
{
/**
* Disable fallback.
Expand Down

0 comments on commit 22937da

Please sign in to comment.