Skip to content

Commit f3b5b4b

Browse files
author
Stanislav Idolov
committed
MAGETWO-51858: Convert literal class names to \Namespace\Classname::class
1 parent e80858c commit f3b5b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/ObjectManager/Test/Unit/Config/Mapper/_files/mapped_simple_di_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
'customCacheInstance' => [
3232
'shared' => true,
33-
'type' => 'Magento\Framework\App\Cache',
33+
'type' => \Magento\Framework\App\Cache::class,
3434
'arguments' => [],
3535
],
3636
'customOverriddenInstance' => [

0 commit comments

Comments
 (0)