Skip to content

Commit 7d4523c

Browse files
committed
Make new properties private
1 parent ab558bd commit 7d4523c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Category extends AbstractResource
8888
/**
8989
* @var CategoryAttributeRepositoryInterface
9090
*/
91-
protected $metadataService;
91+
private $metadataService;
9292

9393
/**
9494
* @var string[]

app/code/Magento/Catalog/Model/ResourceModel/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Product extends AbstractResource
8888
/**
8989
* @var ProductAttributeRepositoryInterface
9090
*/
91-
protected $metadataService;
91+
private $metadataService;
9292

9393
/**
9494
* @var string[]

0 commit comments

Comments
 (0)