Skip to content

Commit

Permalink
Add phpstan/phpstan-strict-rules, add all errors to baseline files (#…
Browse files Browse the repository at this point in the history
…1393)

* Add `phpstan/phpstan-strict-rules`, add all errors to baseline files

* Move config files back to `devTools` folder and correctly generate baseline file

```
./vendor/bin/phpstan analyse --configuration devTools/phpstan-src.neon --no-interaction --no-progress --generate-baseline=devTools/phpstan-src-baseline.neon
```

* Remove phpstan error from baseline that went away in master
  • Loading branch information
maks-rafalko committed Oct 31, 2020
1 parent 440ffa5 commit e6750b0
Show file tree
Hide file tree
Showing 6 changed files with 1,456 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -76,6 +76,7 @@
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.8",
"phpstan/phpstan-phpunit": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.5",
"phpstan/phpstan-webmozart-assert": "^0.12.2",
"phpunit/phpunit": "^9.3.11",
"symfony/phpunit-bridge": "^4.4.14 || ^5.1.6",
Expand Down
57 changes: 56 additions & 1 deletion composer.lock

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

0 comments on commit e6750b0

Please sign in to comment.