From 80536358cf3a0c729f4480bd6fb34fd96d8a5fd0 Mon Sep 17 00:00:00 2001 From: christianberkman <39840601+christianberkman@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:51:08 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: kenjis --- user_guide_src/source/libraries/files.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/libraries/files.rst b/user_guide_src/source/libraries/files.rst index f30e067f57c4..8d2e90c9df46 100644 --- a/user_guide_src/source/libraries/files.rst +++ b/user_guide_src/source/libraries/files.rst @@ -46,7 +46,7 @@ Returns the size of the uploaded file in bytes: .. literalinclude:: files/004.php -A RuntimeException will be thrown if the file does not exist or an error occurs. +A ``RuntimeException`` will be thrown if the file does not exist or an error occurs. getSizeByUnit() =============== @@ -56,7 +56,7 @@ the results in kilobytes or megabytes, respectively: .. literalinclude:: files/005.php -A RuntimeException will be thrown if the file does not exist or an error occurs. +A ``RuntimeException`` will be thrown if the file does not exist or an error occurs. getMimeType() =============