Skip to content

Commit fe51608

Browse files
committed
Fixed build
1 parent cbe6adf commit fe51608

10 files changed

+62
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "~7.1",
10-
"phpstan/phpstan": "^0.12.26"
10+
"phpstan/phpstan": "^0.12.33"
1111
},
1212
"conflict": {
1313
"doctrine/collections": "<1.0",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"message": "Class PHPStan\\DoctrineIntegration\\ODM\\CustomRepositoryUsage\\MyDocument has an unused property $id.",
4+
"line": 45,
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": "Class PHPStan\\DoctrineIntegration\\ODM\\DocumentManagerDynamicReturn\\MyDocument has an unused property $id.",
4+
"line": 59,
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": "Class PHPStan\\DoctrineIntegration\\ODM\\DocumentManagerMergeReturn\\MyDocument has an unused property $id.",
4+
"line": 38,
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": "Class PHPStan\\DoctrineIntegration\\ODM\\DocumentRepositoryDynamicReturn\\MyDocument has an unused property $id.",
4+
"line": 135,
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": "Class PHPStan\\DoctrineIntegration\\ORM\\CustomRepositoryUsage\\MyEntity has an unused property $id.",
4+
"line": 76,
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": "Class PHPStan\\DoctrineIntegration\\ORM\\EntityManagerDynamicReturn\\MyEntity has an unused property $id.",
4+
"line": 87,
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": "Class PHPStan\\DoctrineIntegration\\ORM\\EntityManagerMergeReturn\\MyEntity has an unused property $id.",
4+
"line": 40,
5+
"ignorable": true
6+
}
7+
]

tests/DoctrineIntegration/ORM/data/entityRepositoryDynamicReturn-4.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"message": "Strict comparison using === between int and 'foo' will always evaluate to false.",
44
"line": 170,
55
"ignorable": true
6+
},
7+
{
8+
"message": "Class PHPStan\\DoctrineIntegration\\ORM\\EntityRepositoryDynamicReturn\\MyEntity has an unused property $id.",
9+
"line": 189,
10+
"ignorable": true
611
}
712
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"message": "Class PHPStan\\DoctrineIntegration\\Persistence\\ManagerRegistryRepositoryDynamicReturn\\MyEntity has an unused property $id.",
4+
"line": 47,
5+
"ignorable": true
6+
}
7+
]

0 commit comments

Comments
 (0)