Skip to content

Commit be7ee70

Browse files
committed
[Components][Filesystem] Move version hint for dumpFile method
1 parent 10021a5 commit be7ee70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/filesystem.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@ isAbsolutePath
229229
// return false
230230
$fs->isAbsolutePath('../dir');
231231

232-
.. versionadded:: 2.3
233-
``dumpFile`` is new in Symfony 2.3
234-
235232
dumpFile
236233
~~~~~~~~
237234

235+
.. versionadded:: 2.3
236+
``dumpFile`` is new in Symfony 2.3
237+
238238
:method:`Symfony\\Component\\Filesystem\\Filesystem::dumpFile` allows you to
239239
dump contents to a file. It does this in an atomic manner: it writes a temporary
240240
file first and then moves it to the new file location when it's finished.

0 commit comments

Comments
 (0)