Skip to content

Commit

Permalink
CS: clean some whitespaces/indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and nicolas-grekas committed Oct 8, 2024
1 parent edd9588 commit b8871af
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 @@ -224,6 +224,7 @@ public function chmod(string|iterable $files, int $mode, int $umask = 0000, bool
* 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|int $user A user name or number
Expand Down Expand Up @@ -253,6 +254,7 @@ public function chown(string|iterable $files, string|int $user, bool $recursive
* 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|int $group A group name or number
Expand Down

0 comments on commit b8871af

Please sign in to comment.