8000 [Filesystem] Fixed typos in the docblocks. · symfony/symfony@f5f5c21 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5f5c21

Browse files
committed
[Filesystem] Fixed typos in the docblocks.
1 parent d4243a2 commit f5f5c21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/Filesystem/Filesystem.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function mkdir($dirs, $mode = 0777)
6969
/**
7070
* Creates empty files.
7171
*
72-
* @param string|array|\Traversable $files A filename, an array of files, or a \Traversable instance to remove
72+
* @param string|array|\Traversable $files A filename, an array of files, or a \Traversable instance to create
7373
*/
7474
public function touch($files)
7575
{
@@ -105,7 +105,7 @@ public function remove($files)
105105
/**
106106
* Change mode for an array of files or directories.
107107
*
108-
* @param string|array|\Traversable $files A filename, an array of files, or a \Traversable instance to remove
108+
* @param string|array|\Traversable $files A filename, an array of files, or a \Traversable instance to change mode
109109
* @param integer $mode The new mode
110110
* @param integer $umask The mode mask (octal)
111111
*/
@@ -171,8 +171,8 @@ public function symlink($originDir, $targetDir, $copyOnWindows = false)
171171
/**
172172
* Given an existing path, convert it to a path relative to a given starting path
173173
*
174-
* @var string Absolute path of target
175-
* @var string Absolute path where traversal begins
174+
* @param string $endPath Absolute path of target
175+
* @param string $startPath Absolute path where traversal begins
176176
*
177177
* @return string Path of target relative to starting path
178178
*/

0 commit comments

Comments
 (0)
0