We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bae1fe commit 9ce15e1Copy full SHA for 9ce15e1
src/FS.php
@@ -18,10 +18,10 @@
18
class FS
19
{
20
/**Any errors caught in an FS operation */
21
- public static $errorsArray = [];
+ protected static $errorsArray = [];
22
23
/**Details of a file(s) upload */
24
- public static $uploadInfo = [];
+ protected static $uploadInfo = [];
25
26
/**File extension types */
27
protected static $extensions = [
0 commit comments