Skip to content
Snippets Groups Projects
Commit 3e53d609 authored by Oleksandr Shmyheliuk's avatar Oleksandr Shmyheliuk
Browse files

MAGETWO-62705: Implementation

parent f7aeef23
No related merge requests found
......@@ -20,7 +20,7 @@ class Validator implements ValidatorInterface
/**
* @var ScopeResolverPool
*/
protected $scopeResolverPool;
private $scopeResolverPool;
/**
* @param ScopeResolverPool $scopeResolverPool
......
......@@ -15,7 +15,7 @@ class ScopeValidator implements ScopeValidatorInterface
/**
* @var ScopeResolverPool
*/
private $scopeResolverPool;
protected $scopeResolverPool;
/**
* @param ScopeResolverPool $scopeResolverPool
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment