Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <[email protected]>
  • Loading branch information
christianberkman and kenjis authored Jul 25, 2024
1 parent c4396c3 commit 8053635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/libraries/files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()
===============
Expand All @@ -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()
=============
Expand Down

0 comments on commit 8053635

Please sign in to comment.