Skip to content

Commit b0a175d

Browse files
committed
Fixed build
1 parent 71a3d2d commit b0a175d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/DoctrineIntegration/ODM/data/customRepositoryUsage-4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"message": "Class PHPStan\\DoctrineIntegration\\ODM\\CustomRepositoryUsage\\MyDocument has an unused property $id.",
3+
"message": "Property PHPStan\\DoctrineIntegration\\ODM\\CustomRepositoryUsage\\MyDocument::$id is unused.",
44
"line": 45,
55
"ignorable": true
66
}

tests/DoctrineIntegration/ODM/data/documentManagerDynamicReturn-4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"message": "Class PHPStan\\DoctrineIntegration\\ODM\\DocumentManagerDynamicReturn\\MyDocument has an unused property $id.",
3+
"message": "Property PHPStan\\DoctrineIntegration\\ODM\\DocumentManagerDynamicReturn\\MyDocument::$id is unused.",
44
"line": 59,
55
"ignorable": true
66
}

tests/DoctrineIntegration/ODM/data/documentManagerMergeReturn-4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"message": "Class PHPStan\\DoctrineIntegration\\ODM\\DocumentManagerMergeReturn\\MyDocument has an unused property $id.",
3+
"message": "Property PHPStan\\DoctrineIntegration\\ODM\\DocumentManagerMergeReturn\\MyDocument::$id is unused.",
44
"line": 38,
55
"ignorable": true
66
}

tests/DoctrineIntegration/ODM/data/documentRepositoryDynamicReturn-4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"message": "Class PHPStan\\DoctrineIntegration\\ODM\\DocumentRepositoryDynamicReturn\\MyDocument has an unused property $id.",
3+
"message": "Property PHPStan\\DoctrineIntegration\\ODM\\DocumentRepositoryDynamicReturn\\MyDocument::$id is unused.",
44
"line": 135,
55
"ignorable": true
66
}

tests/DoctrineIntegration/Persistence/data/managerRegistryRepositoryDynamicReturn-4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"message": "Class PHPStan\\DoctrineIntegration\\Persistence\\ManagerRegistryRepositoryDynamicReturn\\MyEntity has an unused property $id.",
3+
"message": "Property PHPStan\\DoctrineIntegration\\Persistence\\ManagerRegistryRepositoryDynamicReturn\\MyEntity::$id is unused.",
44
"line": 47,
55
"ignorable": true
66
}

0 commit comments

Comments
 (0)