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 6f2f6ae commit 6459258
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 @@ -34,7 +34,7 @@
},
"require-dev": {
"ext-xdebug": "*",
"aplus/coding-standard": "^1.12",
"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/LogLevel.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @package log
*/
enum LogLevel: int
enum LogLevel : int
{
case DEBUG = 0;
case INFO = 1;
Expand Down

0 comments on commit 6459258

Please sign in to comment.