Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f5f5c21

Browse filesBrowse files
committed
[Filesystem] Fixed typos in the docblocks.
1 parent d4243a2 commit f5f5c21
Copy full SHA for f5f5c21

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎src/Symfony/Component/Filesystem/Filesystem.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Filesystem/Filesystem.php
+4-4Lines changed: 4 additions & 4 deletions
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.