From 24f54be9f09334a82e43ea3885280cc486006414 Mon Sep 17 00:00:00 2001 From: Jetze Meilink <44410424+jetzemeilink@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:46:24 -0500 Subject: [PATCH] Update incorrect return type for fopen function Currently the docs display a return value of resource but this should be resource|false --- reference/filesystem/functions/fopen.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/filesystem/functions/fopen.xml b/reference/filesystem/functions/fopen.xml index f96289059..cb8f7f7be 100644 --- a/reference/filesystem/functions/fopen.xml +++ b/reference/filesystem/functions/fopen.xml @@ -11,7 +11,7 @@ &reftitle.description; - resourcefopen + resourcefalsefopen stringfilename stringmode booluse_include_path&false;