File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
* License: GNU/GPLv2
9
9
* @see LICENSE.txt
10
10
*
11
- * This file: The loader (last modified: 2024.12.26 ).
11
+ * This file: The loader (last modified: 2025.01.04 ).
12
12
*/
13
13
14
14
namespace phpMussel \Core ;
@@ -948,7 +948,7 @@ public function readFileGZ(string $File): string
948
948
* @param ?resource $Context Refer to the description for file().
949
949
* @return array The file's contents or an empty array on failure.
950
950
*/
951
- public function readFileAsArray (string $ Filename , int $ Flags = 0 , ? resource $ Context = null ): array
951
+ public function readFileAsArray (string $ Filename , int $ Flags = 0 , $ Context = null ): array
952
952
{
953
953
/** Guard. */
954
954
if (!is_file ($ Filename ) || !is_readable ($ Filename ) || !$ Filesize = filesize ($ Filename )) {
You can’t perform that action at this time.
0 commit comments