File tree 1 file changed +4
-4
lines changed
Filter options
src/Symfony/Component/Filesystem
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function mkdir($dirs, $mode = 0777)
69
69
/**
70
70
* Creates empty files.
71
71
*
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
73
73
*/
74
74
public function touch ($ files )
75
75
{
@@ -105,7 +105,7 @@ public function remove($files)
105
105
/**
106
106
* Change mode for an array of files or directories.
107
107
*
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
109
109
* @param integer $mode The new mode
110
110
* @param integer $umask The mode mask (octal)
111
111
*/
@@ -171,8 +171,8 @@ public function symlink($originDir, $targetDir, $copyOnWindows = false)
171
171
/**
172
172
* Given an existing path, convert it to a path relative to a given starting path
173
173
*
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
176
176
*
177
177
* @return string Path of target relative to starting path
178
178
*/
You can’t perform that action at this time.
0 commit comments