Skip to content

Commit cff589a

Browse files
committed
Update Nextras ORM baseline
1 parent b580538 commit cff589a

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

e2e/integration/nextras-baseline.neon

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,28 @@ parameters:
55
count: 1
66
path: repo/src/Collection/DbalCollection.php
77

8+
-
9+
message: "#^Method Nextras\\\\Orm\\\\Model\\\\Model\\:\\:getLoadedRepositories\\(\\) return type with generic interface Nextras\\\\Orm\\\\Repository\\\\IRepository does not specify its types\\: E$#"
10+
count: 1
11+
path: repo/src/Model/Model.php
12+
13+
-
14+
message: "#^PHPDoc tag @phpstan\\-return has invalid value \\(list\\<IRepository\\<\\\\Nextras\\\\Orm\\\\Entity\\\\IEntity\\>\\>\\>\\)\\: Unexpected token \"\\>\", expected TOKEN_HORIZONTAL_WS at offset 96$#"
15+
count: 1
16+
path: repo/src/Model/Model.php
17+
818
-
919
message: "#^Loose comparison using \\!\\= between 1 and 1 will always evaluate to false\\.$#"
1020
count: 2
1121
path: repo/tests/cases/integration/Relationships/entity.relationships.phpt
1222

1323
-
14-
message: "#^Call to __construct\\(\\) on an existing object is not allowed\\.$#"
24+
message: "#^Method NextrasTests\\\\Orm\\\\Mapper\\\\Dbal\\\\DbalValueOperatorFunctionTest\\:\\:operatorTestProvider\\(\\) return type has no value type specified in iterable type array\\.$#"
25+
count: 1
26+
path: repo/tests/cases/unit/Mapper/Dbal/DbalValueOperatorFunctionTest.phpt
27+
28+
-
29+
message: "#^PHPDoc tag @return has invalid value \\(array\\<array\\{BaseCompareFunction, array\\<mixed\\>, array\\<mixed\\>\\}\\>\\>\\)\\: Unexpected token \"\\>\", expected TOKEN_HORIZONTAL_WS at offset 77$#"
1530
count: 1
16-
path: repo/tests/cases/unit/Entity/AbstractEntity.is_modified.phpt
31+
path: repo/tests/cases/unit/Mapper/Dbal/DbalValueOperatorFunctionTest.phpt
1732

0 commit comments

Comments
 (0)