|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Call to an undefined method Extcode\\\\Cart\\\\Service\\\\PaymentMethodsServiceInterface\\:\\:getConfigurationsForType\\(\\)\\.$#" |
| 4 | + message: '#^Call to an undefined method Extcode\\Cart\\Service\\PaymentMethodsServiceInterface\:\:getConfigurationsForType\(\)\.$#' |
| 5 | + identifier: method.notFound |
5 | 6 | count: 1 |
6 | 7 | path: ../Classes/Controller/Cart/OrderController.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Call to an undefined method Extcode\\\\Cart\\\\Domain\\\\Model\\\\Cart\\\\CartCouponInterface\\:\\:getTaxClass\\(\\)\\.$#" |
| 10 | + message: '#^Instanceof between Extcode\\Cart\\Domain\\Model\\Cart\\ProductInterface and Extcode\\Cart\\Domain\\Model\\Cart\\ProductInterface will always evaluate to true\.$#' |
| 11 | + identifier: instanceof.alwaysTrue |
| 12 | + count: 1 |
| 13 | + path: ../Classes/Domain/Model/Cart/BeVariant.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Call to an undefined method Extcode\\Cart\\Domain\\Model\\Cart\\CartCouponInterface\:\:getTaxClass\(\)\.$#' |
| 17 | + identifier: method.notFound |
10 | 18 | count: 2 |
11 | 19 | path: ../Classes/Domain/Model/Cart/Cart.php |
12 | 20 |
|
13 | 21 | - |
14 | | - message: "#^Call to an undefined method Extcode\\\\Cart\\\\Domain\\\\Model\\\\Cart\\\\CartCouponInterface\\:\\:setCart\\(\\)\\.$#" |
| 22 | + message: '#^Call to an undefined method Extcode\\Cart\\Domain\\Model\\Cart\\CartCouponInterface\:\:setCart\(\)\.$#' |
| 23 | + identifier: method.notFound |
15 | 24 | count: 1 |
16 | 25 | path: ../Classes/Domain/Model/Cart/Cart.php |
17 | 26 |
|
18 | 27 | - |
19 | | - message: "#^Call to an undefined method Extcode\\\\Cart\\\\Service\\\\PaymentMethodsServiceInterface\\:\\:getConfigurationsForType\\(\\)\\.$#" |
| 28 | + message: '#^Call to an undefined method Extcode\\Cart\\Service\\PaymentMethodsServiceInterface\:\:getConfigurationsForType\(\)\.$#' |
| 29 | + identifier: method.notFound |
20 | 30 | count: 1 |
21 | 31 | path: ../Classes/EventListener/Order/Finish/ClearCart.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Method TYPO3\\CMS\\Form\\Mvc\\Persistence\\FormPersistenceManagerInterface\:\:listForms\(\) invoked with 1 parameter, 2 required\.$#' |
| 35 | + identifier: arguments.count |
| 36 | + count: 1 |
| 37 | + path: ../Classes/Hooks/FormDefinitions.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Parameter \$cacheManager of method Extcode\\Cart\\Hooks\\ItemsProcFunc\:\:__construct\(\) has invalid type Extcode\\Cart\\Hooks\\CacheManager\.$#' |
| 41 | + identifier: class.notFound |
| 42 | + count: 1 |
| 43 | + path: ../Classes/Hooks/ItemsProcFunc.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Parameter \$resourceFactory of method Extcode\\Cart\\Hooks\\ItemsProcFunc\:\:__construct\(\) has invalid type Extcode\\Cart\\Hooks\\ResourceFactory\.$#' |
| 47 | + identifier: class.notFound |
| 48 | + count: 1 |
| 49 | + path: ../Classes/Hooks/ItemsProcFunc.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Property Extcode\\Cart\\Hooks\\ItemsProcFunc\:\:\$cacheManager has unknown class Extcode\\Cart\\Hooks\\CacheManager as its type\.$#' |
| 53 | + identifier: class.notFound |
| 54 | + count: 1 |
| 55 | + path: ../Classes/Hooks/ItemsProcFunc.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Property Extcode\\Cart\\Hooks\\ItemsProcFunc\:\:\$cacheManager is never read, only written\.$#' |
| 59 | + identifier: property.onlyWritten |
| 60 | + count: 1 |
| 61 | + path: ../Classes/Hooks/ItemsProcFunc.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Property Extcode\\Cart\\Hooks\\ItemsProcFunc\:\:\$resourceFactory has unknown class Extcode\\Cart\\Hooks\\ResourceFactory as its type\.$#' |
| 65 | + identifier: class.notFound |
| 66 | + count: 1 |
| 67 | + path: ../Classes/Hooks/ItemsProcFunc.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Property Extcode\\Cart\\Hooks\\ItemsProcFunc\:\:\$resourceFactory is never read, only written\.$#' |
| 71 | + identifier: property.onlyWritten |
| 72 | + count: 1 |
| 73 | + path: ../Classes/Hooks/ItemsProcFunc.php |
| 74 | + |
| 75 | + - |
| 76 | + message: '#^Attribute class TYPO3\\CMS\\Install\\Attribute\\UpgradeWizard is deprecated\: since v14\.0, will be removed in TYPO34 v15\.0\. Use \\TYPO3\\CMS\\Core\\Attribute\\UpgradeWizard instead\.$#' |
| 77 | + identifier: attribute.deprecated |
| 78 | + count: 1 |
| 79 | + path: ../Classes/Updates/ExtcodeCartCTypeMigration.php |
| 80 | + |
| 81 | + - |
| 82 | + message: ''' |
| 83 | + #^Class Extcode\\Cart\\Updates\\ExtcodeCartCTypeMigration extends deprecated class TYPO3\\CMS\\Install\\Updates\\AbstractListTypeToCTypeUpdate\: |
| 84 | + since v14\.0, will be removed in TYPO34 v15\.0\. Use \\TYPO3\\CMS\\Core\\Upgrades\\AbstractListTypeToCTypeUpdate instead\.$# |
| 85 | + ''' |
| 86 | + identifier: class.extendsDeprecatedClass |
| 87 | + count: 1 |
| 88 | + path: ../Classes/Updates/ExtcodeCartCTypeMigration.php |
| 89 | + |
| 90 | + - |
| 91 | + message: '#^Loose comparison using \!\= between non\-empty\-string and '''' will always evaluate to true\.$#' |
| 92 | + identifier: notEqual.alwaysTrue |
| 93 | + count: 1 |
| 94 | + path: ../Classes/Validation/Validator/EmptyValidator.php |
| 95 | + |
| 96 | + - |
| 97 | + message: '#^Access to constant on deprecated class TYPO3\\CMS\\Frontend\\Resource\\FilePathSanitizer\.$#' |
| 98 | + identifier: classConstant.deprecatedClass |
| 99 | + count: 1 |
| 100 | + path: ../Classes/ViewHelpers/IncludeFileViewHelper.php |
| 101 | + |
| 102 | + - |
| 103 | + message: '#^Call to method sanitize\(\) of deprecated class TYPO3\\CMS\\Frontend\\Resource\\FilePathSanitizer\.$#' |
| 104 | + identifier: method.deprecatedClass |
| 105 | + count: 1 |
| 106 | + path: ../Classes/ViewHelpers/IncludeFileViewHelper.php |
| 107 | + |
| 108 | + - |
| 109 | + message: '#^Strict comparison using \!\=\= between '''' and '''' will always evaluate to false\.$#' |
| 110 | + identifier: notIdentical.alwaysFalse |
| 111 | + count: 1 |
| 112 | + path: ../Classes/ViewHelpers/TitleTagViewHelper.php |
| 113 | + |
| 114 | + - |
| 115 | + message: '#^Variable \$arguments on left side of \?\? is never defined\.$#' |
| 116 | + identifier: nullCoalesce.variable |
| 117 | + count: 1 |
| 118 | + path: ../Classes/ViewHelpers/TitleTagViewHelper.php |
| 119 | + |
| 120 | + - |
| 121 | + message: ''' |
| 122 | + #^Call to deprecated method addPiFlexFormValue\(\) of class TYPO3\\CMS\\Core\\Utility\\ExtensionManagementUtility\: |
| 123 | + Will be removed in TYPO3 v15$# |
| 124 | + ''' |
| 125 | + identifier: staticMethod.deprecated |
| 126 | + count: 1 |
| 127 | + path: ../Configuration/TCA/Overrides/tt_content.php |
| 128 | + |
| 129 | + - |
| 130 | + message: ''' |
| 131 | + #^Call to deprecated method disableAutoload\(\) of class PHPUnit\\Framework\\MockObject\\MockBuilder\: |
| 132 | + https\://github\.com/sebastianbergmann/phpunit/issues/5309$# |
| 133 | + ''' |
| 134 | + identifier: method.deprecated |
| 135 | + count: 1 |
| 136 | + path: ../Tests/Unit/Domain/Model/Cart/BeVariantTest.php |
| 137 | + |
| 138 | + - |
| 139 | + message: ''' |
| 140 | + #^Call to deprecated method addMethods\(\) of class PHPUnit\\Framework\\MockObject\\MockBuilder\: |
| 141 | + https\://github\.com/sebastianbergmann/phpunit/issues/5320$# |
| 142 | + ''' |
| 143 | + identifier: method.deprecated |
| 144 | + count: 1 |
| 145 | + path: ../Tests/Unit/Domain/Model/Order/AbstractAddressTest.php |
| 146 | + |
| 147 | + - |
| 148 | + message: ''' |
| 149 | + #^Call to deprecated method disableAutoload\(\) of class PHPUnit\\Framework\\MockObject\\MockBuilder\: |
| 150 | + https\://github\.com/sebastianbergmann/phpunit/issues/5309$# |
| 151 | + ''' |
| 152 | + identifier: method.deprecated |
| 153 | + count: 1 |
| 154 | + path: ../Tests/Unit/Domain/Model/Order/AbstractAddressTest.php |
| 155 | + |
| 156 | + - |
| 157 | + message: '#^Call to deprecated method getMockForAbstractClass\(\) of class PHPUnit\\Framework\\TestCase\.$#' |
| 158 | + identifier: method.deprecated |
| 159 | + count: 1 |
| 160 | + path: ../Tests/Unit/Domain/Model/Order/AbstractAddressTest.php |
| 161 | + |
| 162 | + - |
| 163 | + message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertIsArray\(\) with array will always evaluate to true\.$#' |
| 164 | + identifier: staticMethod.alreadyNarrowedType |
| 165 | + count: 1 |
| 166 | + path: ../Tests/Unit/Domain/Model/Order/AbstractAddressTest.php |
| 167 | + |
| 168 | + - |
| 169 | + message: '#^Call to deprecated method getMockForAbstractClass\(\) of class PHPUnit\\Framework\\TestCase\.$#' |
| 170 | + identifier: method.deprecated |
| 171 | + count: 1 |
| 172 | + path: ../Tests/Unit/Domain/Model/Order/AbstractServiceTest.php |
| 173 | + |
| 174 | + - |
| 175 | + message: '#^Call to new Extcode\\Cart\\Domain\\Model\\Order\\Discount\(\) on a separate line has no effect\.$#' |
| 176 | + identifier: new.resultUnused |
| 177 | + count: 6 |
| 178 | + path: ../Tests/Unit/Domain/Model/Order/DiscountTest.php |
| 179 | + |
| 180 | + - |
| 181 | + message: '#^Call to new Extcode\\Cart\\Domain\\Model\\Order\\Tax\(\) on a separate line has no effect\.$#' |
| 182 | + identifier: new.resultUnused |
| 183 | + count: 2 |
| 184 | + path: ../Tests/Unit/Domain/Model/Order/TaxTest.php |
| 185 | + |
| 186 | + - |
| 187 | + message: '#^Call to deprecated method getMockForAbstractClass\(\) of class PHPUnit\\Framework\\TestCase\.$#' |
| 188 | + identifier: method.deprecated |
| 189 | + count: 1 |
| 190 | + path: ../Tests/Unit/Domain/Model/Product/AbstractProductTest.php |
| 191 | + |
| 192 | + - |
| 193 | + message: ''' |
| 194 | + #^Call to deprecated method getObjectForTrait\(\) of class PHPUnit\\Framework\\TestCase\: |
| 195 | + https\://github\.com/sebastianbergmann/phpunit/issues/5244$# |
| 196 | + ''' |
| 197 | + identifier: method.deprecated |
| 198 | + count: 1 |
| 199 | + path: ../Tests/Unit/Domain/Model/Product/CategoryTraitTest.php |
| 200 | + |
| 201 | + - |
| 202 | + message: ''' |
| 203 | + #^Call to deprecated method getObjectForTrait\(\) of class PHPUnit\\Framework\\TestCase\: |
| 204 | + https\://github\.com/sebastianbergmann/phpunit/issues/5244$# |
| 205 | + ''' |
| 206 | + identifier: method.deprecated |
| 207 | + count: 1 |
| 208 | + path: ../Tests/Unit/Domain/Model/Product/MeasureTraitTest.php |
| 209 | + |
| 210 | + - |
| 211 | + message: ''' |
| 212 | + #^Call to deprecated method getObjectForTrait\(\) of class PHPUnit\\Framework\\TestCase\: |
| 213 | + https\://github\.com/sebastianbergmann/phpunit/issues/5244$# |
| 214 | + ''' |
| 215 | + identifier: method.deprecated |
| 216 | + count: 1 |
| 217 | + path: ../Tests/Unit/Domain/Model/Product/ServiceAttributeTraitTest.php |
| 218 | + |
| 219 | + - |
| 220 | + message: ''' |
| 221 | + #^Call to deprecated method getObjectForTrait\(\) of class PHPUnit\\Framework\\TestCase\: |
| 222 | + https\://github\.com/sebastianbergmann/phpunit/issues/5244$# |
| 223 | + ''' |
| 224 | + identifier: method.deprecated |
| 225 | + count: 1 |
| 226 | + path: ../Tests/Unit/Domain/Model/Product/StockTraitTest.php |
| 227 | + |
| 228 | + - |
| 229 | + message: ''' |
| 230 | + #^Call to deprecated method getObjectForTrait\(\) of class PHPUnit\\Framework\\TestCase\: |
| 231 | + https\://github\.com/sebastianbergmann/phpunit/issues/5244$# |
| 232 | + ''' |
| 233 | + identifier: method.deprecated |
| 234 | + count: 1 |
| 235 | + path: ../Tests/Unit/Domain/Model/Product/TagTraitTest.php |
0 commit comments