|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Parameter \#1 of callable callable\(Pest\\Expectation\<string\|null\>\)\: Pest\\Arch\\Contracts\\ArchExpectation expects Pest\\Expectation\<string\|null\>, Pest\\Expectation\<string\|null\> given\.$#' |
| 5 | + identifier: argument.type |
| 6 | + count: 1 |
| 7 | + path: src/ArchPresets/AbstractPreset.php |
| 8 | + |
| 9 | + - |
| 10 | + message: '#^Trait Pest\\Concerns\\Expectable is used zero times and is not analysed\.$#' |
| 11 | + identifier: trait.unused |
| 12 | + count: 1 |
| 13 | + path: src/Concerns/Expectable.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Trait Pest\\Concerns\\Logging\\WritesToConsole is used zero times and is not analysed\.$#' |
| 17 | + identifier: trait.unused |
| 18 | + count: 1 |
| 19 | + path: src/Concerns/Logging/WritesToConsole.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Trait Pest\\Concerns\\Testable is used zero times and is not analysed\.$#' |
| 23 | + identifier: trait.unused |
| 24 | + count: 1 |
| 25 | + path: src/Concerns/Testable.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Loose comparison using \!\= between \(Closure\|null\) and false will always evaluate to false\.$#' |
| 29 | + identifier: notEqual.alwaysFalse |
| 30 | + count: 1 |
| 31 | + path: src/Expectation.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Method Pest\\Expectation\:\:and\(\) should return Pest\\Expectation\<TAndValue\> but returns \(Pest\\Expectation&TAndValue\)\|Pest\\Expectation\<TAndValue of mixed\>\.$#' |
| 35 | + identifier: return.type |
| 36 | + count: 1 |
| 37 | + path: src/Expectation.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^PHPDoc tag @property for property Pest\\Expectation\:\:\$each contains generic class Pest\\Expectations\\EachExpectation but does not specify its types\: TValue$#' |
| 41 | + identifier: missingType.generics |
| 42 | + count: 1 |
| 43 | + path: src/Expectation.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^PHPDoc tag @property for property Pest\\Expectation\:\:\$not contains generic class Pest\\Expectations\\OppositeExpectation but does not specify its types\: TValue$#' |
| 47 | + identifier: missingType.generics |
| 48 | + count: 1 |
| 49 | + path: src/Expectation.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Parameter \#2 \$newScope of method Closure\:\:bindTo\(\) expects ''static''\|class\-string\|object\|null, string given\.$#' |
| 53 | + identifier: argument.type |
| 54 | + count: 1 |
| 55 | + path: src/Expectation.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Function expect\(\) should return Pest\\Expectation\<TValue\|null\> but returns Pest\\Expectation\<TValue\|null\>\.$#' |
| 59 | + identifier: return.type |
| 60 | + count: 1 |
| 61 | + path: src/Functions.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Parameter \#1 \$argv of method PHPUnit\\TextUI\\Application\:\:run\(\) expects list\<string\>, array\<int, string\> given\.$#' |
| 65 | + identifier: argument.type |
| 66 | + count: 1 |
| 67 | + path: src/Kernel.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Call to an undefined method object&TValue of mixed\:\:__toString\(\)\.$#' |
| 71 | + identifier: method.notFound |
| 72 | + count: 1 |
| 73 | + path: src/Mixins/Expectation.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Call to an undefined method object&TValue of mixed\:\:toArray\(\)\.$#' |
| 77 | + identifier: method.notFound |
| 78 | + count: 4 |
| 79 | + path: src/Mixins/Expectation.php |
| 80 | + |
| 81 | + - |
| 82 | + message: '#^Call to an undefined method object&TValue of mixed\:\:toSnapshot\(\)\.$#' |
| 83 | + identifier: method.notFound |
| 84 | + count: 1 |
| 85 | + path: src/Mixins/Expectation.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^Call to an undefined method object&TValue of mixed\:\:toString\(\)\.$#' |
| 89 | + identifier: method.notFound |
| 90 | + count: 1 |
| 91 | + path: src/Mixins/Expectation.php |
| 92 | + |
| 93 | + - |
| 94 | + message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertTrue\(\) with true will always evaluate to true\.$#' |
| 95 | + identifier: staticMethod.alreadyNarrowedType |
| 96 | + count: 2 |
| 97 | + path: src/Mixins/Expectation.php |
| 98 | + |
| 99 | + - |
| 100 | + message: '#^PHPDoc tag @var with type callable\(\)\: bool is not subtype of native type Closure\|null\.$#' |
| 101 | + identifier: varTag.nativeType |
| 102 | + count: 1 |
| 103 | + path: src/PendingCalls/TestCall.php |
| 104 | + |
| 105 | + - |
| 106 | + message: '#^Parameter \#1 \$argv of class Symfony\\Component\\Console\\Input\\ArgvInput constructor expects list\<string\>\|null, array\<int, string\> given\.$#' |
| 107 | + identifier: argument.type |
| 108 | + count: 1 |
| 109 | + path: src/Plugins/Parallel.php |
| 110 | + |
| 111 | + - |
| 112 | + message: '#^Parameter \#13 \$testRunnerTriggeredDeprecationEvents of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\Event\\TestRunner\\DeprecationTriggered\>, array given\.$#' |
| 113 | + identifier: argument.type |
| 114 | + count: 1 |
| 115 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 116 | + |
| 117 | + - |
| 118 | + message: '#^Parameter \#14 \$testRunnerTriggeredWarningEvents of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\Event\\TestRunner\\WarningTriggered\>, array given\.$#' |
| 119 | + identifier: argument.type |
| 120 | + count: 1 |
| 121 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 122 | + |
| 123 | + - |
| 124 | + message: '#^Parameter \#15 \$errors of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\TestRunner\\TestResult\\Issues\\Issue\>, array given\.$#' |
| 125 | + identifier: argument.type |
| 126 | + count: 1 |
| 127 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 128 | + |
| 129 | + - |
| 130 | + message: '#^Parameter \#16 \$deprecations of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\TestRunner\\TestResult\\Issues\\Issue\>, array given\.$#' |
| 131 | + identifier: argument.type |
| 132 | + count: 1 |
| 133 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 134 | + |
| 135 | + - |
| 136 | + message: '#^Parameter \#17 \$notices of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\TestRunner\\TestResult\\Issues\\Issue\>, array given\.$#' |
| 137 | + identifier: argument.type |
| 138 | + count: 1 |
| 139 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 140 | + |
| 141 | + - |
| 142 | + message: '#^Parameter \#18 \$warnings of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\TestRunner\\TestResult\\Issues\\Issue\>, array given\.$#' |
| 143 | + identifier: argument.type |
| 144 | + count: 1 |
| 145 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 146 | + |
| 147 | + - |
| 148 | + message: '#^Parameter \#19 \$phpDeprecations of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\TestRunner\\TestResult\\Issues\\Issue\>, array given\.$#' |
| 149 | + identifier: argument.type |
| 150 | + count: 1 |
| 151 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 152 | + |
| 153 | + - |
| 154 | + message: '#^Parameter \#20 \$phpNotices of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\TestRunner\\TestResult\\Issues\\Issue\>, array given\.$#' |
| 155 | + identifier: argument.type |
| 156 | + count: 1 |
| 157 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 158 | + |
| 159 | + - |
| 160 | + message: '#^Parameter \#21 \$phpWarnings of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\TestRunner\\TestResult\\Issues\\Issue\>, array given\.$#' |
| 161 | + identifier: argument.type |
| 162 | + count: 1 |
| 163 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 164 | + |
| 165 | + - |
| 166 | + message: '#^Parameter \#4 \$testErroredEvents of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\Event\\Test\\AfterLastTestMethodErrored\|PHPUnit\\Event\\Test\\BeforeFirstTestMethodErrored\|PHPUnit\\Event\\Test\\Errored\>, array given\.$#' |
| 167 | + identifier: argument.type |
| 168 | + count: 1 |
| 169 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 170 | + |
| 171 | + - |
| 172 | + message: '#^Parameter \#5 \$testFailedEvents of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\Event\\Test\\Failed\>, array given\.$#' |
| 173 | + identifier: argument.type |
| 174 | + count: 1 |
| 175 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 176 | + |
| 177 | + - |
| 178 | + message: '#^Parameter \#7 \$testSuiteSkippedEvents of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\Event\\TestSuite\\Skipped\>, array given\.$#' |
| 179 | + identifier: argument.type |
| 180 | + count: 1 |
| 181 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 182 | + |
| 183 | + - |
| 184 | + message: '#^Parameter \#8 \$testSkippedEvents of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\Event\\Test\\Skipped\>, array given\.$#' |
| 185 | + identifier: argument.type |
| 186 | + count: 1 |
| 187 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 188 | + |
| 189 | + - |
| 190 | + message: '#^Parameter \#9 \$testMarkedIncompleteEvents of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\<PHPUnit\\Event\\Test\\MarkedIncomplete\>, array given\.$#' |
| 191 | + identifier: argument.type |
| 192 | + count: 1 |
| 193 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
| 194 | + |
| 195 | + - |
| 196 | + message: '#^Property Pest\\Plugins\\Parallel\\Paratest\\WrapperRunner\:\:\$pending \(list\<non\-empty\-string\>\) does not accept array\<int, non\-empty\-string\>\.$#' |
| 197 | + identifier: assign.propertyType |
| 198 | + count: 1 |
| 199 | + path: src/Plugins/Parallel/Paratest/WrapperRunner.php |
0 commit comments