Skip to content

Commit 04039a3

Browse files
authored
Update PHPStan baseline (#571)
1 parent 8311b25 commit 04039a3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,6 +1518,12 @@ parameters:
15181518
count: 1
15191519
path: tests/generators/ModelGeneratorMock.php
15201520

1521+
-
1522+
message: '#^Method yiiunit\\gii\\generators\\ModelGeneratorMock\:\:publicGenerateProperties\(\) has no return type specified\.$#'
1523+
identifier: missingType.return
1524+
count: 1
1525+
path: tests/generators/ModelGeneratorMock.php
1526+
15211527
-
15221528
message: '#^Access to constant TYPE_CLIENT on an unknown class TestEnumModel\.$#'
15231529
identifier: class.notFound

0 commit comments

Comments
 (0)