We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7681e commit a53e3beCopy full SHA for a53e3be
app/code/Magento/Authorization/Model/Acl/Loader/Rule.php
@@ -26,27 +26,27 @@ class Rule implements LoaderInterface
26
/**
27
* @var ResourceConnection
28
*/
29
- protected $_resource;
+ private ResourceConnection $_resource;
30
31
32
* @var RootResource
33
34
- private $_rootResource;
+ private RootResource $_rootResource;
35
36
37
* @var CacheInterface
38
39
- private $aclDataCache;
+ private CacheInterface $aclDataCache;
40
41
42
* @var Json
43
44
- private $serializer;
+ private Json $serializer;
45
46
47
* @var string
48
49
- private $cacheKey;
+ private string $cacheKey;
50
51
52
* @param RootResource $rootResource
0 commit comments