-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
41 lines (34 loc) · 1.81 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^PHPDoc tag @var for variable \\$decisionTree contains unknown class AIChatAdapterInterface\\.$#"
count: 1
path: examples/chat/bootstrap.php
-
message: "#^PHPDoc tag @var for variable \\$decisionTree contains unknown class AIChatRequest\\.$#"
count: 1
path: examples/chat/bootstrap.php
-
message: "#^PHPDoc tag @var for variable \\$decisionTree contains unknown class DecisionTreeInterface\\.$#"
count: 1
path: examples/chat/bootstrap.php
-
message: "#^Parameter \\#1 \\$decisionTree of class ModelflowAi\\\\Chat\\\\AIChatRequestHandler constructor expects ModelflowAi\\\\DecisionTree\\\\DecisionTreeInterface\\<ModelflowAi\\\\Chat\\\\Request\\\\AIChatRequest, ModelflowAi\\\\Chat\\\\Adapter\\\\AIChatAdapterInterface\\>, DecisionTreeInterface\\<AIChatRequest, AIChatAdapterInterface\\> given\\.$#"
count: 1
path: examples/chat/bootstrap.php
-
message: "#^PHPDoc tag @var for variable \\$decisionTree contains unknown class AIImageAdapterInterface\\.$#"
count: 1
path: examples/image/bootstrap.php
-
message: "#^PHPDoc tag @var for variable \\$decisionTree contains unknown class AIImageRequest\\.$#"
count: 1
path: examples/image/bootstrap.php
-
message: "#^PHPDoc tag @var for variable \\$decisionTree contains unknown class DecisionTreeInterface\\.$#"
count: 1
path: examples/image/bootstrap.php
-
message: "#^Parameter \\#1 \\$decisionTree of class ModelflowAi\\\\Image\\\\Middleware\\\\HandleMiddleware constructor expects ModelflowAi\\\\DecisionTree\\\\DecisionTreeInterface\\<ModelflowAi\\\\Image\\\\Request\\\\AIImageRequest, ModelflowAi\\\\Image\\\\Adapter\\\\AIImageAdapterInterface\\>, DecisionTreeInterface\\<AIImageRequest, AIImageAdapterInterface\\> given\\.$#"
count: 1
path: examples/image/bootstrap.php