We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f65272 commit abbe02bCopy full SHA for abbe02b
1 file changed
includes/class-scliveticker.php
@@ -40,22 +40,22 @@ class SCLiveticker {
40
*
41
* @var array $options
42
*/
43
- protected static $options;
+ protected static array $options;
44
45
/**
46
* Marker if shortcode is present.
47
48
* @var boolean $shortcode_present
49
50
- protected static $shortcode_present = false;
+ protected static bool $shortcode_present = false;
51
52
53
54
* Marker if widget is present.
55
56
* @var boolean $widget_present
57
58
- protected static $widget_present = false;
+ protected static bool $widget_present = false;
59
60
61
* Plugin initialization.
0 commit comments