Completed
Push — master ( bcd23f...ead358 )
by Askupa
01:57
created
Form.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     /**
161 161
      * Check if the given component is disabled.
162 162
      * 
163
-     * @param UI\AbstractComponent $component
163
+     * @param ValueComponentInterface $component
164 164
      * @return boolean
165 165
      */
166 166
     private function is_disabled( $component )
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     /**
177 177
      * Filter the component's value using its filter function (if applicable)
178 178
      * 
179
-     * @param UI\AbstractComponent $component
179
+     * @param ValueComponentInterface $component
180 180
      */
181 181
     private function filter( $component )
182 182
     {
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
      * If the value is invalid, the old value is used, and an error message is
199 199
      * saved into the errors array as component_name => error_message.
200 200
      * 
201
-     * @param UI\AbstractComponent $component The component to validate.
201
+     * @param ValueComponentInterface $component The component to validate.
202 202
      */
203 203
     private function validate( $component )
204 204
     {
Please login to merge, or discard this patch.