Skip to content

Commit 08d5666

Browse files
committed
add type hints for class properties
1 parent dd7d1aa commit 08d5666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/class-statifyblacklist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ class StatifyBlacklist {
6161
* @since 1.0.0
6262
* @var array $options
6363
*/
64-
public static $options;
64+
public static array $options;
6565

6666
/**
6767
* Multisite Status.
6868
*
6969
* @since 1.0.0
7070
* @var bool $multisite
7171
*/
72-
public static $multisite;
72+
public static bool $multisite;
7373

7474
/**
7575
* Plugin initialization.

0 commit comments

Comments
 (0)