File: phpstan-baseline.neon

package info (click to toggle)
php-pda-pheanstalk 8.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 836 kB
  • sloc: php: 4,713; xml: 19; makefile: 14
file content (101 lines) | stat: -rw-r--r-- 4,793 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
parameters:
    ignoreErrors:
        -
            message: "#^Parameter \\#1 \\$errno of class Pheanstalk\\\\Exception\\\\ConnectionException constructor expects int, int\\|null given\\.$#"
            count: 1
            path: src/Socket/StreamSocket.php

        -
            message: "#^Parameter \\#2 \\$errstr of class Pheanstalk\\\\Exception\\\\ConnectionException constructor expects string, string\\|null given\\.$#"
            count: 1
            path: src/Socket/StreamSocket.php

        -
            message: "#^Parameter \\#1 \\$id of class Pheanstalk\\\\Values\\\\JobId constructor expects int\\|Pheanstalk\\\\Contract\\\\JobIdInterface\\|string, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/JobStats.php

        -
            message: "#^Parameter \\#1 \\$value of class Pheanstalk\\\\Values\\\\TubeName constructor expects int\\|string, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/JobStats.php

        -
            message: "#^Parameter \\#1 \\$value of static method Pheanstalk\\\\Values\\\\JobState\\:\\:from\\(\\) expects int\\|string, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/JobStats.php

        -
            message: "#^Parameter \\#1 \\$currentJobsUrgent of class Pheanstalk\\\\Values\\\\ServerStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/ServerStats.php

        -
            message: "#^Parameter \\#1 \\$value of class Pheanstalk\\\\Values\\\\TubeName constructor expects int\\|string, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$cmdDelete of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$cmdPauseTube of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$currentJobsBuried of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$currentJobsDelayed of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$currentJobsReady of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$currentJobsReserved of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$currentJobsUrgent of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$currentUsing of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$currentWaiting of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$currentWatching of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$pause of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$pauseTimeLeft of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php

        -
            message: "#^Parameter \\$totalJobs of class Pheanstalk\\\\Values\\\\TubeStats constructor expects int, bool\\|float\\|int\\|string given\\.$#"
            count: 1
            path: src/Values/TubeStats.php