@@ -52,8 +52,8 @@ discard block |
||
52 | 52 | |
53 | 53 | /** |
54 | 54 | * |
55 | - * @param type $type |
|
56 | - * @param type $props |
|
55 | + * @param string $type |
|
56 | + * @param type string |
|
57 | 57 | * @throws \RuntimeException |
58 | 58 | */ |
59 | 59 | private static function create_core_component( $type, $props ) |
@@ -79,8 +79,8 @@ discard block |
||
79 | 79 | |
80 | 80 | /** |
81 | 81 | * |
82 | - * @param type $type |
|
83 | - * @param type $props |
|
82 | + * @param string $type |
|
83 | + * @param type string |
|
84 | 84 | * @throws \RuntimeException |
85 | 85 | */ |
86 | 86 | private static function create_registered_component( $type, $props ) |
@@ -182,7 +182,7 @@ |
||
182 | 182 | /** |
183 | 183 | * Filter the component's value using its filter function (if applicable) |
184 | 184 | * |
185 | - * @param UI\FilterableComponentInterface $component |
|
185 | + * @param FilterableComponentInterface $component |
|
186 | 186 | */ |
187 | 187 | private function filter( FilterableComponentInterface $component ) |
188 | 188 | { |