Skip to content

Commit ef77788

Browse files
committed
Freaking filesystem, again.
1 parent 061d5c0 commit ef77788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redux-core/inc/classes/class-redux-filesystem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ class Redux_Filesystem {
3636
/**
3737
* File system credentials.
3838
*
39-
* @var array
39+
* @var array|bool|null
4040
*/
41-
private array $creds = array();
41+
private $creds;
4242

4343
/**
4444
* ReduxFramework object pointer.

0 commit comments

Comments
 (0)