Skip to content

Commit fa52aa9

Browse files
committed
chore: ignore warning
could be not possible to change the owner. Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent c393913 commit fa52aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ private function getFullLiresignAppFolder(): string {
245245
mkdir($path, 0777, true);
246246
$user = fileowner(__FILE__);
247247
chown($path, $user);
248-
chgrp($path, $user);
248+
@chgrp($path, $user);
249249
}
250250
return realpath($path);
251251
}

0 commit comments

Comments
 (0)