Skip to content

Commit 23d4c14

Browse files
committed
Updated deps (see details) and fixed some new things php-cs-fixer found.
- Upgrading composer/ca-bundle (1.4.1 => 1.5.0) - Upgrading composer/class-map-generator (1.1.0 => 1.1.1) - Upgrading composer/pcre (3.1.2 => 3.1.3) - Upgrading friendsofphp/php-cs-fixer (v3.51.0 => v3.52.1) - Upgrading laminas/laminas-validator (2.50.0 => 2.51.0) - Upgrading phpcsstandards/phpcsutils (1.0.9 => 1.0.10) - Upgrading phpstan/phpstan (1.10.60 => 1.10.64) - Upgrading phpunit/phpunit (9.6.17 => 9.6.18) - Upgrading sebastian/resource-operations (3.0.3 => 3.0.4)
1 parent b27955a commit 23d4c14

File tree

8 files changed

+71
-72
lines changed

8 files changed

+71
-72
lines changed

Checker/Catalog/Category/UrlKey/DuplicateUrlKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class DuplicateUrlKey
1212
{
1313
const DUPLICATED_PROBLEM_DESCRIPTION =
14-
'%s categories were found which have a duplicated url_key value: "%s" within the same parent.'
14+
'%s categories were found which have a duplicated url_key value: "%s" within the same parent.'
1515
. ' Please fix because this will cause problems.';
1616

1717
private $storesUtil;

Checker/Catalog/Category/UrlPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class UrlPath
1818
const URL_PATH_ATTRIBUTE = 'url_path';
1919
const URL_PATH_SEPARATOR = '/';
2020
const PROBLEM_DESCRIPTION =
21-
'Category has an incorrect url_path value "%s". It should be "%s".'
21+
'Category has an incorrect url_path value "%s". It should be "%s".'
2222
. ' Unfortunately this is not easily fixable using the backend of Magento.';
2323
const STORAGE_IDENTIFIER = 'category-url-path';
2424

Checker/Catalog/Product/UrlKey/DuplicateUrlKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class DuplicateUrlKey
2020
{
2121
const DUPLICATED_PROBLEM_DESCRIPTION =
22-
'Product has a duplicated url_key value (%s). It\'s the same as another product (ID: %s, Store: %s).'
22+
'Product has a duplicated url_key value (%s). It\'s the same as another product (ID: %s, Store: %s).'
2323
. ' Please fix because this will cause problems.';
2424

2525
private $storesUtil;

Checker/Catalog/Product/UrlPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class UrlPath
1818
{
1919
const URL_PATH_ATTRIBUTE = 'url_path';
2020
const PROBLEM_DESCRIPTION =
21-
'Product has a non-null url_path attribute, this is known to cause problems with url rewrites in Magento.'
21+
'Product has a non-null url_path attribute, this is known to cause problems with url rewrites in Magento.'
2222
. ' It\'s advised to remove this value from the database.';
2323
const STORAGE_IDENTIFIER = 'product-url-path';
2424

composer.lock

Lines changed: 39 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/php-cs-fixer/composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)