Skip to content

Commit 022763a

Browse files
committed
Merge pull request #3036 from xabbuh/fix-build-errors-master
fix versionadded directive
2 parents 4732a76 + e52ac5c commit 022763a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/filesystem.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ endpoint for filesystem operations::
3131
echo "An error occurred while creating your directory at ".$e->getPath();
3232
}
3333

34-
.. versionadded::
35-
34+
.. versionadded:: 2.4
3635
The ``IOExceptionInterface`` and its ``getPath`` method are new in Symfony
3736
2.4. Prior to 2.4, you would catch the ``IOException`` class.
3837

0 commit comments

Comments
 (0)