Skip to content

Commit 5340d8d

Browse files
committed
docs: move sentence down
1 parent f44e97c commit 5340d8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

user_guide_src/source/libraries/files.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ Getting a File instance
1414
***********************
1515

1616
You create a new File instance by passing in the path to the file in the constructor.
17-
By default, the file does not need to exist. However, you can pass an additional argument of "true"
18-
to check that the file exists and throw ``FileNotFoundException()`` if it does not.
1917

2018
.. literalinclude:: files/001.php
2119
:lines: 2-
2220

21+
By default, the file does not need to exist. However, you can pass an additional argument of ``true``
22+
to check that the file exists and throw ``FileNotFoundException()`` if it does not.
23+
2324
Taking Advantage of Spl
2425
***********************
2526

0 commit comments

Comments
 (0)