Completed
Pull Request — master (#1065)
by Rafał
08:59
created
src/SWP/Bundle/SettingsBundle/Manager/SettingsManager.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -181,6 +181,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 = [];
Please login to merge, or discard this patch.