File tree Expand file tree Collapse file tree 6 files changed +920
-886
lines changed
Checker/Catalog/Category/UrlKey Expand file tree Collapse file tree 6 files changed +920
-886
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ private function checkForDuplicatedUrlKeyAttributeValues(): array
78
78
*/
79
79
private function getCategoryUrlPathsByStoreId (int $ storeId ): array
80
80
{
81
+ $ this ->urlPathsInfo = [];
82
+
81
83
$ urlPaths = [];
82
84
83
85
$ categories = $ this ->urlPathChecker ->getAllVisibleCategoriesWithStoreId ($ storeId );
Original file line number Diff line number Diff line change @@ -70,10 +70,6 @@ public function setMessage(string $message)
70
70
}
71
71
}
72
72
73
- /**
74
- * @psalm-suppress ReservedWord
75
- * When we remove PHP 7.0 support from the composer.json file, we can remove this suppress line
76
- */
77
73
public function finish ()
78
74
{
79
75
if ($ this ->canOutput ()) {
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ checkstyle:
19
19
.PHONY : checkquality
20
20
checkquality :
21
21
vendor/bin/phpstan analyse
22
- vendor/bin/psalm
23
22
24
23
xmllint --noout --schema vendor/magento/module-backend/etc/menu.xsd etc/adminhtml/menu.xml
25
24
xmllint --noout --schema vendor/magento/framework/App/etc/routes.xsd etc/adminhtml/routes.xml
Original file line number Diff line number Diff line change 21
21
"symfony/console" : " ^2.5 || ^3.0 || ^4.0 || ^5.0"
22
22
},
23
23
"require-dev" : {
24
- "bitexpert/phpstan-magento" : " ^0.6 .0" ,
24
+ "bitexpert/phpstan-magento" : " ^0.7 .0" ,
25
25
"ergebnis/composer-normalize" : " ^2.2" ,
26
26
"friendsofphp/php-cs-fixer" : " ^2.18" ,
27
27
"magento/magento-coding-standard" : " ^6.0" ,
28
28
"phpcompatibility/php-compatibility" : " ^9.2" ,
29
29
"phpstan/extension-installer" : " ^1.0" ,
30
30
"phpstan/phpstan" : " ^0.12.26" ,
31
- "phpunit/phpunit" : " ^9.0" ,
32
- "vimeo/psalm" : " ^3.12"
31
+ "phpunit/phpunit" : " ^9.0"
33
32
},
34
33
"config" : {
35
34
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments