Skip to content

Commit abb069b

Browse files
committed
Improved compatibility with PHPStan 1.0
1 parent a05e633 commit abb069b

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"message": "Call to an undefined method PHPStan\\DoctrineIntegration\\ORM\\CustomRepositoryUsage\\MyEntity::nonexistent().",
4+
"line": 54,
5+
"ignorable": true
6+
},
7+
{
8+
"message": "Call to an undefined method object::doSomethingElse().",
9+
"line": 46,
10+
"ignorable": true
11+
},
12+
{
13+
"message": "Call to an undefined method object::nonexistent().",
14+
"line": 47,
15+
"ignorable": true
16+
}
17+
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"message": "Cannot cast mixed to int.",
4+
"line": 241,
5+
"ignorable": true
6+
}
7+
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"message": "Method PHPStan\\DoctrineIntegration\\ORM\\QueryBuilder\\Foo::usingMethodThatReturnStatic() should return PHPStan\\DoctrineIntegration\\ORM\\CustomRepositoryUsage\\MyEntity|null but returns mixed.",
4+
"line": 69,
5+
"ignorable": true
6+
}
7+
]

0 commit comments

Comments
 (0)