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 88 * License: GNU/GPLv2
99 * @see LICENSE.txt
1010 *
11- * This file: The loader (last modified: 2024.12.26 ).
11+ * This file: The loader (last modified: 2025.01.04 ).
1212 */
1313
1414namespace phpMussel \Core ;
@@ -948,7 +948,7 @@ public function readFileGZ(string $File): string
948948 * @param ?resource $Context Refer to the description for file().
949949 * @return array The file's contents or an empty array on failure.
950950 */
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
952952 {
953953 /** Guard. */
954954 if (!is_file ($ Filename ) || !is_readable ($ Filename ) || !$ Filesize = filesize ($ Filename )) {
You can’t perform that action at this time.
0 commit comments