Skip to content

Commit abbe02b

Browse files
committed
refactor: add type hints to SCLiveticker class properties
1 parent 7f65272 commit abbe02b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

includes/class-scliveticker.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ class SCLiveticker {
4040
*
4141
* @var array $options
4242
*/
43-
protected static $options;
43+
protected static array $options;
4444

4545
/**
4646
* Marker if shortcode is present.
4747
*
4848
* @var boolean $shortcode_present
4949
*/
50-
protected static $shortcode_present = false;
50+
protected static bool $shortcode_present = false;
5151

5252

5353
/**
5454
* Marker if widget is present.
5555
*
5656
* @var boolean $widget_present
5757
*/
58-
protected static $widget_present = false;
58+
protected static bool $widget_present = false;
5959

6060
/**
6161
* Plugin initialization.

0 commit comments

Comments
 (0)