Skip to content

Commit

Permalink
fix(php): add PHPStan for static code analysis (generated)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people committed Sep 5, 2024
1 parent a1d46b6 commit 9300044
Show file tree
Hide file tree
Showing 450 changed files with 724 additions and 813 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,15 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0 || ^3.5.0",
"phpunit/phpunit": "^11.0",
"vlucas/phpdotenv": "^5.4"
"vlucas/phpdotenv": "^5.4",
"phpstan/phpstan": "^1.12"
},
"autoload": {
"psr-4": { "Algolia\\AlgoliaSearch\\" : "lib/" },
"files": [
"lib/Http/Psr7/functions.php"
]
},
"autoload-dev": {
"psr-4": { "Algolia\\AlgoliaSearch\\Test\\" : "test/" }
},
"suggest": {
"guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
},
Expand Down
Loading

0 comments on commit 9300044

Please sign in to comment.