Skip to content

Commit b802cde

Browse files
benjaminpicknicolas-grekas
authored andcommitted
Fix php.net links
1 parent 4856c9c commit b802cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Filesystem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public function chmod(string|iterable $files, int $mode, int $umask = 0000, bool
235235
*
236236
* This method always throws on Windows, as the underlying PHP function is not supported.
237237
*
238-
* @see https://www.php.net/chown
238+
* @see https://php.net/chown
239239
*
240240
* @param string|int $user A user name or number
241241
* @param bool $recursive Whether change the owner recursively or not
@@ -267,7 +267,7 @@ public function chown(string|iterable $files, string|int $user, bool $recursive
267267
*
268268
* This method always throws on Windows, as the underlying PHP function is not supported.
269269
*
270-
* @see https://www.php.net/chgrp
270+
* @see https://php.net/chgrp
271271
*
272272
* @param string|int $group A group name or number
273273
* @param bool $recursive Whether change the group recursively or not

0 commit comments

Comments
 (0)