8000 Fix parameter description · symfony/symfony@cec473e · GitHub
[go: up one dir, main page]

Skip to content

Commit cec473e

Browse files
committed
Fix parameter description
1 parent 9586e88 commit cec473e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Filesystem/Filesystem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ public function symlink($originDir, $targetDir, $copyOnWindows = false)
345345
/**
346346
* Given an existing path, convert it to a path relative to a given starting path.
347347
*
348-
* @param string $endPath Absolute path of target
349-
* @param string $startPath Absolute path where traversal begins
348+
* @param string $endPath Path of target
349+
* @param string $startPath Path where traversal begins
350350
*
351351
* @return string Path of target relative to starting path
352352
*/

0 commit comments

Comments
 (0)
0