forked from FOSSBilling/FOSSBilling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
31 lines (26 loc) · 949 Bytes
/
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
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Payment_AdapterAbstract\\:\\:init\\(\\)\\.$#"
count: 1
path: src/library/Payment/AdapterAbstract.php
-
message: "#^Method Registrar_Adapter_Internetbs\\:\\:getDomainDetails\\(\\) should return Registrar_Domain but return statement is missing\\.$#"
count: 1
path: src/library/Registrar/Adapter/Internetbs.php
-
message: "#^Undefined variable\\: \\$client_id$#"
count: 1
path: src/library/Server/Manager/Ispconfig3.php
-
message: "#^Undefined variable\\: \\$section$#"
count: 1
path: src/library/Server/Manager/Ispconfig3.php
-
message: "#^Method Server_Manager_Plesk\\:\\:changeAccountDomain\\(\\) should return bool but return statement is missing\\.$#"
count: 1
path: src/library/Server/Manager/Plesk.php
-
message: "#^Undefined variable\\: \\$domainId$#"
count: 1
path: src/library/Server/Manager/Plesk.php