Skip to content

Commit

Permalink
chore: fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfs7 committed Jun 27, 2024
1 parent 3b6723f commit 17f39eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/oatbox/task/AbstractTaskAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ protected function saveFile($path, $name)

$stream = fopen($path, 'r+');
$filesystem->writeStream($filename, $stream);

if (is_resource($stream)) {
fclose($stream);
fclose($stream);
} else {
$this->logWarning(
sprintf(
Expand Down

0 comments on commit 17f39eb

Please sign in to comment.