Skip to content

Commit edcbb76

Browse files
Merge branch '6.4' into 7.2
* 6.4: Fix php.net links [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer`
2 parents b8dce48 + b802cde commit edcbb76

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
@@ -225,7 +225,7 @@ public function chmod(string|iterable $files, int $mode, int $umask = 0000, bool
225225
*
226226
* This method always throws on Windows, as the underlying PHP function is not supported.
227227
*
228-
* @see https://www.php.net/chown
228+
* @see https://php.net/chown
229229
*
230230
* @param string|int $user A user name or number
231231
* @param bool $recursive Whether change the owner recursively or not
@@ -255,7 +255,7 @@ public function chown(string|iterable $files, string|int $user, bool $recursive
255255
*
256256
* This method always throws on Windows, as the underlying PHP function is not supported.
257257
*
258-
* @see https://www.php.net/chgrp
258+
* @see https://php.net/chgrp
259259
*
260260
* @param string|int $group A group name or number
261261
* @param bool $recursive Whether change the group recursively or not

0 commit comments

Comments
 (0)