Skip to content

Commit 103623d

Browse files
committed
excluded test tmp folder
1 parent ade9738 commit 103623d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40605,11 +40605,6 @@ parameters:
4060540605
count: 1
4060640606
path: tests/mysql_migration_classes/002_mysql_change_column.php
4060740607

40608-
-
40609-
message: "#^Method BaseTicket_1527_User\\:\\:setTableDefinition\\(\\) has no return type specified\\.$#"
40610-
count: 1
40611-
path: tests/tmp/generated/BaseTicket_1527_User.php
40612-
4061340608
-
4061440609
message: "#^Access to an undefined property Record_Country\\:\\:\\$City\\.$#"
4061540610
count: 1

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
- tests
66
excludePaths:
77
- tests/CliTestCase/testLoadtasksLoadsDoctrineStyleTasksFromTheSpecifiedDirectory/should-be-ignored.php
8+
- tests/tmp/*
89

910
includes:
1011
- phpstan-baseline.neon

0 commit comments

Comments
 (0)