Skip to content

Commit

Permalink
Make PHPstan stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Nov 20, 2020
1 parent c4e2db0 commit b36fa02
Show file tree
Hide file tree
Showing 25 changed files with 468 additions and 67 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
* [ritchiewilson](mailto:rawilson52@gmail.com)
* [sonologic](mailto:gmc@sonologic.nl)
* [tflidd](mailto:tflidd@aspekte.net)
* [waffshappen](mailto:44290023+waffshappen@users.noreply.github.com)
* [wizdude](mailto:wizdude@users.noreply.github.com)
* [zero77](mailto:zero77@users.noreply.github.com)
* [Éloi Rivard](mailto:eloi.rivard@aquilenet.fr)
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

## Unreleased

### Changed
- Add PHPstan tricks

## 15.1.0-rc3

### Fixed
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@
"require-dev": {
"phpunit/phpunit": "9.2.*",
"squizlabs/php_codesniffer": "^3.5.6",
"phpstan/phpstan": "^0.12.43"
"phpstan/phpstan": "^0.12.43",
"phpstan/phpstan-doctrine": "^0.12.22",
"phpstan/phpstan-strict-rules": "^0.12.5",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/extension-installer": "^1.0"
},
"replace": {
"guzzlehttp/guzzle": "*",
Expand Down
Loading

0 comments on commit b36fa02

Please sign in to comment.