Skip to content

Commit f9b0f9e

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: [Form] Remove unnecessary imports minor #58472 CS: clean some whitespaces/indentation (keradus) Fix newline harden test to not depend on the system's configured default timezone [Form] Support intl.use_exceptions/error_level in NumberToLocalizedStringTransformer [Doctrine][Messenger] Use common sequence name to get id from Oracle [ExpressionLanguage] Add missing test case for `Lexer` [FrameworkBundle] Fix passing request_stack to session.listener ensure session storages are opened in tests before destroying them [Serializer] Fix `ObjectNormalizer` gives warnings on normalizing with public static property [HttpKernel] Correctly merge `max-age`/`s-maxage` and `Expires` headers [Security][Validator] Check translations for Czech [Security] Fix serialized object representation in tests [DoctrineBridge] Fix risky test warnings [Serializer] Catch `NotNormalizableValueException` for variadic parameters
2 parents 4237327 + d452446 commit f9b0f9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Filesystem.php

+2
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ public function chmod(string|iterable $files, int $mode, int $umask = 0000, bool
224224
* Change the owner of an array of files or directories.
225225
*
226226
* This method always throws on Windows, as the underlying PHP function is not supported.
227+
*
227228
* @see https://www.php.net/chown
228229
*
229230
* @param string|int $user A user name or number
@@ -253,6 +254,7 @@ public function chown(string|iterable $files, string|int $user, bool $recursive
253254
* Change the group of an array of files or directories.
254255
*
255256
* This method always throws on Windows, as the underlying PHP function is not supported.
257+
*
256258
* @see https://www.php.net/chgrp
257259
*
258260
* @param string|int $group A group name or number

0 commit comments

Comments
 (0)