Skip to content

Commit

Permalink
Merge pull request #24 from marmichalski/ignored-error
Browse files Browse the repository at this point in the history
Remove 'Call to an undefined method yii\console\Response' from ignore…
  • Loading branch information
danieljonderko authored Dec 16, 2019
2 parents eb919a6 + 53bee64 commit 37e2fa1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* **Fixed** for any bug fixes.
* **Security** in case of vulnerabilities.

## [0.7.1] 2019-12-16
### Removed
* 'Call to an undefined method yii\console\Response' ignored error

## [0.7.0] 2019-12-12
### Added
* Support for phpstan 0.12
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

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

3 changes: 0 additions & 3 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ parameters:
yii2:
config_path: null

ignoreErrors:
- '#Call to an undefined method yii\\console\\Response#'

parametersSchema:
yii2: structure([
config_path: schema(string(), nullable())
Expand Down
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ parameters:
autoload_files:
- vendor/yiisoft/yii2/Yii.php

reportUnmatchedIgnoredErrors: false

yii2:
config_path: tests/assets/yii-config-valid.php

0 comments on commit 37e2fa1

Please sign in to comment.