Skip to content

Commit 53bee64

Browse files
committed
Remove 'Call to an undefined method yii\console\Response' from ignored errors
1 parent eb919a6 commit 53bee64

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
* **Fixed** for any bug fixes.
1313
* **Security** in case of vulnerabilities.
1414

15+
## [0.7.1] 2019-12-16
16+
### Removed
17+
* 'Call to an undefined method yii\console\Response' ignored error
18+
1519
## [0.7.0] 2019-12-12
1620
### Added
1721
* Support for phpstan 0.12

composer.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension.neon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ parameters:
22
yii2:
33
config_path: null
44

5-
ignoreErrors:
6-
- '#Call to an undefined method yii\\console\\Response#'
7-
85
parametersSchema:
96
yii2: structure([
107
config_path: schema(string(), nullable())

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ parameters:
88
autoload_files:
99
- vendor/yiisoft/yii2/Yii.php
1010

11-
reportUnmatchedIgnoredErrors: false
12-
1311
yii2:
1412
config_path: tests/assets/yii-config-valid.php

0 commit comments

Comments
 (0)