Skip to content

Commit

Permalink
Merge pull request #1868 from hydephp/increase-type-coverage
Browse files Browse the repository at this point in the history
Refactor code to increase code quality and type coverage
  • Loading branch information
caendesilva authored Jul 17, 2024
2 parents 23879ba + f5d6b6f commit 05dd78e
Show file tree
Hide file tree
Showing 22 changed files with 882 additions and 234 deletions.
7 changes: 7 additions & 0 deletions .idea/develop.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/phpspec.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/phpunit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@
"pestphp/pest-plugin-type-coverage": "^2.8",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1.8",
"psalm/plugin-laravel": "^2.11",
"rector/rector": "^1.2.1",
"squizlabs/php_codesniffer": "^3.7"
},
"replace": {
"symfony/polyfill-php72": "*",
"symfony/polyfill-php80": "*"
},
"conflict": {
"symfony/string": ">=7.0"
},
Expand Down
Loading

0 comments on commit 05dd78e

Please sign in to comment.