@@ -181,6 +181,9 @@ discard block |
||
181 | 181 | } |
182 | 182 | } |
183 | 183 | |
184 | + /** |
|
185 | + * @param SettingsOwnerInterface $owner |
|
186 | + */ |
|
184 | 187 | protected function validateScopeAndOwner(string $scope, $owner = null) |
185 | 188 | { |
186 | 189 | $this->validateScope($scope); |
@@ -215,6 +218,9 @@ discard block |
||
215 | 218 | return $convertedSettings; |
216 | 219 | } |
217 | 220 | |
221 | + /** |
|
222 | + * @param string $name |
|
223 | + */ |
|
218 | 224 | private function getFromConfiguration(string $scope = null, $name = null) |
219 | 225 | { |
220 | 226 | $settings = []; |