Skip to content

Commit

Permalink
improve code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Aug 4, 2021
1 parent bfa6d7a commit 5a7ac89
Show file tree
Hide file tree
Showing 13 changed files with 798 additions and 30 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ Caddyfile
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###

###> squizlabs/php_codesniffer ###
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"dg/bypass-finals": ">=1.3",
"doctrine/doctrine-fixtures-bundle": ">=3.3",
"friendsofphp/php-cs-fixer": ">=2.16",
"nunomaduro/phpinsights": "^2.0",
"phpstan/phpstan": "0.12.90",
"phpunit/phpunit": ">=9.5",
"rector/rector": ">=0.11.20",
Expand Down
Loading

0 comments on commit 5a7ac89

Please sign in to comment.