Skip to content

Commit

Permalink
Upgrade PHPStan to 0.12.59 (stripe#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe authored Dec 9, 2020
1 parent 3febf22 commit 3ed1877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export PHPDOCUMENTOR_VERSION := v3.0.0-rc
export PHPSTAN_VERSION := 0.12.18
export PHPSTAN_VERSION := 0.12.59

vendor: composer.json
composer install
Expand Down
3 changes: 2 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ includes:
parameters:
level: 1

bootstrap: tests/bootstrap.php
bootstrapFiles:
- tests/bootstrap.php

ignoreErrors:
- '#Unsafe usage of new static\(\).#'

0 comments on commit 3ed1877

Please sign in to comment.