Skip to content

Commit 9ce15e1

Browse files
committed
fix: protect errors and uploadInfo
1 parent 5bae1fe commit 9ce15e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FS.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
class FS
1919
{
2020
/**Any errors caught in an FS operation */
21-
public static $errorsArray = [];
21+
protected static $errorsArray = [];
2222

2323
/**Details of a file(s) upload */
24-
public static $uploadInfo = [];
24+
protected static $uploadInfo = [];
2525

2626
/**File extension types */
2727
protected static $extensions = [

0 commit comments

Comments
 (0)