File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Checker/Catalog/Category/UrlKey Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
use Baldwin \UrlDataIntegrityChecker \Checker \Catalog \Category \UrlPath as UrlPathChecker ;
8
8
use Baldwin \UrlDataIntegrityChecker \Util \Stores as StoresUtil ;
9
+ use Magento \Catalog \Model \Category ;
9
10
10
11
class DuplicateUrlKey
11
12
{
@@ -15,6 +16,8 @@ class DuplicateUrlKey
15
16
16
17
private $ storesUtil ;
17
18
private $ urlPathChecker ;
19
+
20
+ /** @var array<string, array<Category>> */
18
21
private $ urlPathsInfo ;
19
22
20
23
public function __construct (
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ parameters:
8
8
excludePaths :
9
9
- vendor/*
10
10
ignoreErrors :
11
- - '/ has no return typehint specified./'
11
+ - '/ has no return type specified./'
12
12
13
13
- message : ' /Use service contracts to persist entities in favour of Magento\\Cron\\Model\\Schedule\:\:save\(\) method/'
14
14
path : Cron/ScheduleJob.php
15
15
16
16
- message : ' /Call to deprecated method save\(\) of class Magento\\Framework\\Model\\AbstractModel/'
17
17
path : Cron/ScheduleJob.php
18
18
19
- - message : ' /Parameter \#1 \$autoload_function of function spl_autoload_register expects callable\(string\)\: void, array\( Magento\\Framework\\TestFramework\\Unit\\Autoloader\\GeneratedClassesAutoloader/'
19
+ - message : ' /Parameter \#1 \$autoload_function of function spl_autoload_register expects callable\(string\)\: void, array\{ Magento\\Framework\\TestFramework\\Unit\\Autoloader\\GeneratedClassesAutoloader/'
20
20
path : Test/bootstrap.php
You can’t perform that action at this time.
0 commit comments