-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
26 lines (22 loc) · 844 Bytes
/
phpstan-baseline.neon
File metadata and controls
26 lines (22 loc) · 844 Bytes
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
parameters:
ignoreErrors:
-
message: "#Called 'env' outside of the config directory which returns null when the config is cached, use 'config'.#"
count: 2
path: config/localizer.php
-
message: "#Instantiated class Stichoza\\\\GoogleTranslate\\\\GoogleTranslate not found.#"
count: 1
path: src/Jobs/TranslateLang.php
-
message: "#Call to method setSource\\(\\) on an unknown class Stichoza\\\\GoogleTranslate\\\\GoogleTranslate.#"
count: 1
path: src/Jobs/TranslateLang.php
-
message: "#Call to method setTarget\\(\\) on an unknown class Stichoza\\\\GoogleTranslate\\\\GoogleTranslate.#"
count: 1
path: src/Jobs/TranslateLang.php
-
message: "#Call to method translate\\(\\) on an unknown class Stichoza\\\\GoogleTranslate\\\\GoogleTranslate.#"
count: 1
path: src/Jobs/TranslateLang.php