Skip to content

Commit

Permalink
minor #58472 CS: clean some whitespaces/indentation (keradus)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 7.2 branch.

Discussion
----------

CS: clean some whitespaces/indentation

| Q             | A
| ------------- | ---
| Branch?       | 7.2
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues        | Fix CS
| License       | MIT

Commits
-------

d0f63b8afa1 CS: clean some whitespaces/indentation
  • Loading branch information
nicolas-grekas committed Oct 8, 2024
1 parent af6a59e commit 30fc45a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public function chmod($files, int $mode, int $umask = 0000, bool $recursive = fa
* Change the owner of an array of files or directories.
*
* This method always throws on Windows, as the underlying PHP function is not supported.
*
* @see https://www.php.net/chown
*
* @param string|iterable $files A filename, an array of files, or a \Traversable instance to change owner
Expand Down Expand Up @@ -264,6 +265,7 @@ public function chown($files, $user, bool $recursive = false)
* Change the group of an array of files or directories.
*
* This method always throws on Windows, as the underlying PHP function is not supported.
*
* @see https://www.php.net/chgrp
*
* @param string|iterable $files A filename, an array of files, or a \Traversable instance to change group
Expand Down

0 comments on commit 30fc45a

Please sign in to comment.