Skip to content

Commit e89cf67

Browse files
Improve type annotation for $args property based on code review
Co-authored-by: HardeepAsrani <2649903+HardeepAsrani@users.noreply.github.com>
1 parent 05e9d88 commit e89cf67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/library/form-fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ abstract class Kucrut_Form_Field {
127127
* Holds field arguments
128128
*
129129
* @since 0.1.0
130-
* @var object
130+
* @var stdClass
131131
* @access protected
132132
*/
133133
protected $args;

0 commit comments

Comments
 (0)