File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
redux-core/inc/extensions/color_scheme/color_scheme/inc Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ class Redux_Color_Scheme_Functions {
2626 /**
2727 * Field ID
2828 *
29- * @var string
29+ * @var string|null
3030 */
31- public static string $ field_id ;
31+ public static ? string $ field_id ;
3232
3333 /**
3434 * Field class.
3535 *
36- * @var string
36+ * @var string|null
3737 */
38- public static string $ field_class ;
38+ public static ? string $ field_class ;
3939
4040 /**
4141 * Field array.
@@ -47,23 +47,23 @@ class Redux_Color_Scheme_Functions {
4747 /**
4848 * WP Upload directory.
4949 *
50- * @var string
50+ * @var string|null
5151 */
52- public static string $ upload_dir ;
52+ public static ? string $ upload_dir = '' ;
5353
5454 /**
5555 * WP Upload URI
5656 *
57- * @var string
57+ * @var string|null
5858 */
59- public static string $ upload_url ;
59+ public static ? string $ upload_url = '' ;
6060
6161 /**
6262 * Select fields.
6363 *
64- * @var array
64+ * @var array|null
6565 */
66- public static array $ select ;
66+ public static ? array $ select ;
6767
6868 /**
6969 * Class init.
You can’t perform that action at this time.
0 commit comments