Skip to content

Commit

Permalink
docs: move sentence down
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 24, 2024
1 parent f44e97c commit 5340d8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions user_guide_src/source/libraries/files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ Getting a File instance
***********************

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

.. literalinclude:: files/001.php
:lines: 2-

By default, the file does not need to exist. However, you can pass an additional argument of ``true``
to check that the file exists and throw ``FileNotFoundException()`` if it does not.

Taking Advantage of Spl
***********************

Expand Down

0 comments on commit 5340d8d

Please sign in to comment.