-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
21 lines (18 loc) · 879 Bytes
/
phpstan-baseline.neon
File metadata and controls
21 lines (18 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$path of method Elastic\\\\Migrations\\\\Filesystem\\\\MigrationStorage\\:\\:makeFilePath\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Filesystem/MigrationStorage.php
-
message: "#^Property Elastic\\\\Migrations\\\\Filesystem\\\\MigrationStorage\\:\\:\\$defaultPath \\(string\\) does not accept mixed\\.$#"
count: 1
path: src/Filesystem/MigrationStorage.php
-
message: "#^Property Elastic\\\\Migrations\\\\Repositories\\\\MigrationRepository\\:\\:\\$connection \\(string\\|null\\) does not accept mixed\\.$#"
count: 1
path: src/Repositories/MigrationRepository.php
-
message: "#^Property Elastic\\\\Migrations\\\\Repositories\\\\MigrationRepository\\:\\:\\$table \\(string\\) does not accept mixed\\.$#"
count: 1
path: src/Repositories/MigrationRepository.php