generated from thesis-php/template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan-highest.neon
More file actions
16 lines (14 loc) · 700 Bytes
/
phpstan-highest.neon
File metadata and controls
16 lines (14 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
includes:
- phpstan.dist.neon
parameters:
ignoreErrors:
-
message: '#^Parameter \#1 \.\.\.\$constructors of method CuyZ\\Valinor\\MapperBuilder\:\:registerConstructor\(\) expects \(pure\-callable\(\)\: mixed\)\|class\-string, Closure\(float\|int\)\: Thesis\\Time\\TimeSpan given\.$#'
identifier: argument.type
count: 1
path: src/Serialization/ValinorSerializer.php
-
message: '#^Parameter \#2 \.\.\.\$constructors of method CuyZ\\Valinor\\MapperBuilder\:\:registerConstructor\(\) expects \(pure\-callable\(\)\: mixed\)\|class\-string, Closure\(string\)\: DateTimeImmutable given\.$#'
identifier: argument.type
count: 1
path: src/Serialization/ValinorSerializer.php