We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4396c3 commit 8053635Copy full SHA for 8053635
user_guide_src/source/libraries/files.rst
@@ -46,7 +46,7 @@ Returns the size of the uploaded file in bytes:
46
47
.. literalinclude:: files/004.php
48
49
-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.
50
51
getSizeByUnit()
52
===============
@@ -56,7 +56,7 @@ the results in kilobytes or megabytes, respectively:
56
57
.. literalinclude:: files/005.php
58
59
60
61
getMimeType()
62
=============
0 commit comments