Skip to content

Commit 9300044

Browse files
algolia-botmillotpshortcuts
committed
fix(php): add PHPStan for static code analysis (generated)
algolia/api-clients-automation#3655 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]> Co-authored-by: shortcuts <[email protected]>
1 parent a1d46b6 commit 9300044

File tree

450 files changed

+724
-813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+724
-813
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,15 @@
3232
"require-dev": {
3333
"friendsofphp/php-cs-fixer": "^2.0 || ^3.5.0",
3434
"phpunit/phpunit": "^11.0",
35-
"vlucas/phpdotenv": "^5.4"
35+
"vlucas/phpdotenv": "^5.4",
36+
"phpstan/phpstan": "^1.12"
3637
},
3738
"autoload": {
3839
"psr-4": { "Algolia\\AlgoliaSearch\\" : "lib/" },
3940
"files": [
4041
"lib/Http/Psr7/functions.php"
4142
]
4243
},
43-
"autoload-dev": {
44-
"psr-4": { "Algolia\\AlgoliaSearch\\Test\\" : "test/" }
45-
},
4644
"suggest": {
4745
"guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
4846
},

0 commit comments

Comments
 (0)