forked from lesstif/php-jira-rest-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
31 lines (30 loc) · 1.38 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
parameters:
ignoreErrors:
-
message: "#^Static method Dotenv\\\\Dotenv\\:\\:create\\(\\) invoked with 1 parameter, 2\\-4 required\\.$#"
count: 1
path: src/Configuration/DotEnvConfiguration.php
-
message: "#^Class Dotenv\\\\Dotenv constructor invoked with 1 parameter, 3 required\\.$#"
count: 1
path: src/Configuration/DotEnvConfiguration.php
-
message: "#^Call to an undefined method Monolog\\\\Logger::addInfo\\(\\)\\.$#"
count: 2
path: src/Issue/IssueService.php
-
message: "#^Property JiraRestApi\\\\Issue\\\\IssueField::\\$duedate \\(DateTimeInterface|null\\) does not accept string\\.$#"
count: 1
path: src/Issue/IssueField.php
-
message: "#^Cannot access offset 'key' on JiraRestApi\\\\Issue\\\\Issue\\.$#"
count: 2
path: src/IssueLink/IssueLink.php
-
message: "#^Property JiraRestApi\\\\Issue\\\\Version::\\$releaseDate \\(DateTimeInterface|null\\) does not accept string\\.$#"
count: 1
path: src/Version/VersionService.php
-
message: "#^Property JiraRestApi\\\\JiraClient::\\$log \\(Monolog\\\\Logger\\) does not accept Psr\\\\Log\\\\LoggerInterface\\.$#"
count: 1
path: src/JiraClient.php