You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Rules/Doctrine/ORM/EntityColumnRuleTest.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ public function testRule(): void
120
120
102,
121
121
],
122
122
[
123
-
'Property PHPStan\Rules\Doctrine\ORM\MyBrokenEntity::$numericString type mapping mismatch: database can contain string but property expects string&numeric.',
123
+
'Property PHPStan\Rules\Doctrine\ORM\MyBrokenEntity::$numericString type mapping mismatch: database can contain string but property expects numeric-string.',
124
124
126,
125
125
],
126
126
[
@@ -171,7 +171,7 @@ public function testRuleWithAllowedNullableProperty(): void
171
171
72,
172
172
],
173
173
[
174
-
'Property PHPStan\Rules\Doctrine\ORM\MyBrokenEntity::$numericString type mapping mismatch: database can contain string but property expects string&numeric.',
174
+
'Property PHPStan\Rules\Doctrine\ORM\MyBrokenEntity::$numericString type mapping mismatch: database can contain string but property expects numeric-string.',
175
175
126,
176
176
],
177
177
[
@@ -257,7 +257,7 @@ public function testCustomType(): void
257
257
24,
258
258
],
259
259
[
260
-
'Property PHPStan\Rules\Doctrine\ORM\EntityWithCustomType::$numeric type mapping mismatch: property can contain string but database expects string&numeric.',
260
+
'Property PHPStan\Rules\Doctrine\ORM\EntityWithCustomType::$numeric type mapping mismatch: property can contain string but database expects numeric-string.',
0 commit comments