-
Notifications
You must be signed in to change notification settings - Fork 250
/
phpstan-baseline.neon
42 lines (34 loc) · 2.03 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: "#^Undefined variable\\: \\$ss$#"
count: 1
path: src/PhpSigep/Pdf/Semacode.php
-
message: "#^Instantiated class PhpSigep\\\\Services\\\\Real\\\\FailedConvertToArrayExceptio not found\\.$#"
count: 1
path: src/PhpSigep/Services/Real/CadastrarPI.php
-
message: "#^Call to an undefined method PhpSigep\\\\Services\\\\Real\\\\CalcPrecoPrazo\\:\\:calcPrecoPrazo\\(\\)\\.$#"
count: 1
path: src/PhpSigep/Services/Real/CalcPrecoPrazo.php
-
message: "#^Method PhpSigep\\\\Services\\\\SoapClient\\\\Simulador\\:\\:bloquearObjeto\\(\\) should return PhpSigep\\\\Services\\\\Result\\<array\\<PhpSigep\\\\Model\\\\BloquearObjetoResposta\\>\\> but return statement is missing\\.$#"
count: 1
path: src/PhpSigep/Services/SoapClient/Simulador.php
-
message: "#^Method PhpSigep\\\\Services\\\\SoapClient\\\\Simulador\\:\\:cancelarObjeto\\(\\) should return PhpSigep\\\\Services\\\\Result\\<array\\<PhpSigep\\\\Model\\\\CancelarObjetoResposta\\>\\> but return statement is missing\\.$#"
count: 1
path: src/PhpSigep/Services/SoapClient/Simulador.php
-
message: "#^Method PhpSigep\\\\Services\\\\SoapClient\\\\Simulador\\:\\:consultaCep\\(\\) should return PhpSigep\\\\Services\\\\Result\\<PhpSigep\\\\Model\\\\ConsultaCepResposta\\> but return statement is missing\\.$#"
count: 1
path: src/PhpSigep/Services/SoapClient/Simulador.php
-
message: "#^Method PhpSigep\\\\Services\\\\SoapClient\\\\Simulador\\:\\:rastrearObjeto\\(\\) should return PhpSigep\\\\Services\\\\Result\\<array\\<PhpSigep\\\\Model\\\\RastrearObjetoResultado\\>\\> but return statement is missing\\.$#"
count: 1
path: src/PhpSigep/Services/SoapClient/Simulador.php
-
message: "#^Method PhpSigep\\\\Services\\\\SoapClient\\\\Simulador\\:\\:verificarStatusCartaoPostagem\\(\\) should return PhpSigep\\\\Services\\\\Result\\<array\\<PhpSigep\\\\Model\\\\VerificarStatusCartaoPostagemResposta\\>\\> but return statement is missing\\.$#"
count: 1
path: src/PhpSigep/Services/SoapClient/Simulador.php