Skip to content

Commit

Permalink
Merge pull request #130 from mapado/fix-phpstan
Browse files Browse the repository at this point in the history
Stricter phpstan
  • Loading branch information
jdeniau authored Jul 29, 2024
2 parents b2225d5 + 9f45a43 commit 79fdc26
Show file tree
Hide file tree
Showing 39 changed files with 1,113 additions and 501 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# upgrade and run prettier
a60f11f94e6e5ba351411e4103eccd5c281a68bf
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"plugins": ["@prettier/plugin-php"],
"phpVersion": "8.1",
"singleQuote": true,
"trailingCommaPHP": true
Expand Down
6 changes: 4 additions & 2 deletions .scenarios.lock/symfony4/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
"require-dev": {
"symfony/cache": "^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^1.10",
"mapado/php-cs-fixer-config": "^3.2",
"g1a/composer-test-scenarios": "^3.0",
"giggsey/libphonenumber-for-php": "^8.0",
"friendsofphp/php-cs-fixer": "^3.0.0"
"friendsofphp/php-cs-fixer": "^3.0.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/extension-installer": "^1.3"
},
"suggest": {
"giggsey/libphonenumber-for-php": "^1.1 to manage integration with phone number bundle"
Expand Down
98 changes: 97 additions & 1 deletion .scenarios.lock/symfony4/composer.lock

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

6 changes: 4 additions & 2 deletions .scenarios.lock/symfony5/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
"require-dev": {
"symfony/cache": "^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^1.10",
"mapado/php-cs-fixer-config": "^3.2",
"g1a/composer-test-scenarios": "^3.0",
"giggsey/libphonenumber-for-php": "^8.0",
"friendsofphp/php-cs-fixer": "^3.0.0"
"friendsofphp/php-cs-fixer": "^3.0.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/extension-installer": "^1.3"
},
"suggest": {
"giggsey/libphonenumber-for-php": "^1.1 to manage integration with phone number bundle"
Expand Down
98 changes: 97 additions & 1 deletion .scenarios.lock/symfony5/composer.lock

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

6 changes: 4 additions & 2 deletions .scenarios.lock/symfony6/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
"require-dev": {
"symfony/cache": "^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^1.10",
"mapado/php-cs-fixer-config": "^3.2",
"g1a/composer-test-scenarios": "^3.0",
"giggsey/libphonenumber-for-php": "^8.0",
"friendsofphp/php-cs-fixer": "^3.0.0"
"friendsofphp/php-cs-fixer": "^3.0.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/extension-installer": "^1.3"
},
"suggest": {
"giggsey/libphonenumber-for-php": "^1.1 to manage integration with phone number bundle"
Expand Down
Loading

0 comments on commit 79fdc26

Please sign in to comment.