Skip to content

Commit c03a7cc

Browse files
committed
Merge branch 'v1' into v1-develop
2 parents 04e4fb0 + 30f3b12 commit c03a7cc

File tree

6 files changed

+920
-886
lines changed

6 files changed

+920
-886
lines changed

Checker/Catalog/Category/UrlKey/DuplicateUrlKey.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ private function checkForDuplicatedUrlKeyAttributeValues(): array
7878
*/
7979
private function getCategoryUrlPathsByStoreId(int $storeId): array
8080
{
81+
$this->urlPathsInfo = [];
82+
8183
$urlPaths = [];
8284

8385
$categories = $this->urlPathChecker->getAllVisibleCategoriesWithStoreId($storeId);

Console/Progress.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ public function setMessage(string $message)
7070
}
7171
}
7272

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-
*/
7773
public function finish()
7874
{
7975
if ($this->canOutput()) {

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ checkstyle:
1919
.PHONY: checkquality
2020
checkquality:
2121
vendor/bin/phpstan analyse
22-
vendor/bin/psalm
2322

2423
xmllint --noout --schema vendor/magento/module-backend/etc/menu.xsd etc/adminhtml/menu.xml
2524
xmllint --noout --schema vendor/magento/framework/App/etc/routes.xsd etc/adminhtml/routes.xml

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@
2121
"symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0"
2222
},
2323
"require-dev": {
24-
"bitexpert/phpstan-magento": "^0.6.0",
24+
"bitexpert/phpstan-magento": "^0.7.0",
2525
"ergebnis/composer-normalize": "^2.2",
2626
"friendsofphp/php-cs-fixer": "^2.18",
2727
"magento/magento-coding-standard": "^6.0",
2828
"phpcompatibility/php-compatibility": "^9.2",
2929
"phpstan/extension-installer": "^1.0",
3030
"phpstan/phpstan": "^0.12.26",
31-
"phpunit/phpunit": "^9.0",
32-
"vimeo/psalm": "^3.12"
31+
"phpunit/phpunit": "^9.0"
3332
},
3433
"config": {
3534
"sort-packages": true

0 commit comments

Comments
 (0)