Skip to content

Commit b8871af

Browse files
keradusnicolas-grekas
authored andcommitted
CS: clean some whitespaces/indentation
1 parent edd9588 commit b8871af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Filesystem.php

Lines changed: 2 additions & 0 deletions
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)