File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
$ rectorConfig ->sets ([
22
22
LevelSetList::UP_TO_PHP_82 ,
23
23
PHPUnitLevelSetList::UP_TO_PHPUNIT_100 ,
24
- SymfonyLevelSetList::UP_TO_SYMFONY_60 ,
25
24
]);
26
25
};
Original file line number Diff line number Diff line change 8
8
use Kiboko \Component \Bucket \RejectionResultBucket ;
9
9
use Kiboko \Contract \Mapping \CompiledMapperInterface ;
10
10
use Kiboko \Contract \Pipeline \TransformerInterface ;
11
+ use Psr \SimpleCache \CacheInterface ;
11
12
12
13
final readonly class CategoryLookup implements TransformerInterface
13
14
{
14
15
public function __construct (
15
16
private \Psr \Log \LoggerInterface $ logger ,
16
17
private \Kiboko \Magento \V2_1 \Client |\Kiboko \Magento \V2_2 \Client |\Kiboko \Magento \V2_3 \Client |\Kiboko \Magento \V2_4 \Client $ client ,
17
- private \ Symfony \ Contracts \ Cache \ CacheInterface $ cache ,
18
+ private CacheInterface $ cache ,
18
19
private string $ cacheKey ,
19
20
private CompiledMapperInterface $ mapper ,
20
21
private string $ mappingField ,
Original file line number Diff line number Diff line change 15
15
public function __construct (
16
16
private \Psr \Log \LoggerInterface $ logger ,
17
17
private \Kiboko \Magento \V2_1 \Client |\Kiboko \Magento \V2_2 \Client |\Kiboko \Magento \V2_3 \Client |\Kiboko \Magento \V2_4 \Client $ client ,
18
- private \ Symfony \ Contracts \ Cache \ CacheInterface $ cache ,
18
+ private CacheInterface $ cache ,
19
19
private string $ cacheKey ,
20
20
private CompiledMapperInterface $ mapper ,
21
21
private string $ mappingField ,
You can’t perform that action at this time.
0 commit comments