-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan-baseline.neon
56 lines (46 loc) · 2.74 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$directory of method Pronovix\\\\DrupalQa\\\\Composer\\\\Application\\\\TestRunnerDownloader\\:\\:download\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Composer/Command/DownloadTestRunnerCommand.php
-
message: "#^Parameter \\#2 \\$overwrite of method Pronovix\\\\DrupalQa\\\\Composer\\\\Application\\\\TestRunnerDownloader\\:\\:download\\(\\) expects bool, mixed given\\.$#"
count: 1
path: src/Composer/Command/DownloadTestRunnerCommand.php
-
message: "#^Parameter \\#1 \\$create_at of method Pronovix\\\\DrupalQa\\\\Composer\\\\Application\\\\PhpCsConfigInstaller\\:\\:install\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Composer/Command/InstallPhpCsConfigCommand.php
-
message: "#^If condition is always false\\.$#"
count: 1
path: src/Composer/CommandProvider.php
-
message: "#^Method Pronovix\\\\DrupalQa\\\\Composer\\\\CommandProvider\\:\\:__construct\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#"
count: 1
path: src/Composer/CommandProvider.php
-
message: "#^Parameter \\#4 \\$httpDownloader of class Composer\\\\Repository\\\\Vcs\\\\GitHubDriver constructor expects Composer\\\\Util\\\\HttpDownloader, Composer\\\\Util\\\\ProcessExecutor given\\.$#"
count: 1
path: src/Composer/CommandProvider.php
-
message: "#^Parameter \\#5 \\$process of class Composer\\\\Repository\\\\Vcs\\\\GitHubDriver constructor expects Composer\\\\Util\\\\ProcessExecutor, Composer\\\\Util\\\\RemoteFilesystem given\\.$#"
count: 1
path: src/Composer/CommandProvider.php
-
message: "#^Method Pronovix\\\\DrupalQa\\\\Composer\\\\Infrastructure\\\\BinDirPathFromComposerConfigProvider\\:\\:getPath\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Composer/Infrastructure/BinDirPathFromComposerConfigProvider.php
-
message: "#^Method Pronovix\\\\DrupalQa\\\\Composer\\\\Infrastructure\\\\CurrentWorkdirAsComposerProjectRoot\\:\\:getPath\\(\\) should return string but returns string\\|false\\.$#"
count: 1
path: src/Composer/Infrastructure/CurrentWorkdirAsComposerProjectRoot.php
-
message: "#^Parameter \\#1 \\$root_package_path of method Pronovix\\\\DrupalQa\\\\Composer\\\\Infrastructure\\\\InstalledDrupalQaPathProviderTest\\:\\:setUpProvider\\(\\) expects string, string\\|false given\\.$#"
count: 1
path: src/Composer/Infrastructure/InstalledDrupalQaPathProviderTest.php
-
message: "#^Method Pronovix\\\\DrupalQa\\\\Composer\\\\Infrastructure\\\\VendorDirPathFromComposerConfigProvider\\:\\:getPath\\(\\) should return string but returns mixed\\.$#"
count: 1
path: src/Composer/Infrastructure/VendorDirPathFromComposerConfigProvider.php