Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 7, 2023
1 parent 52f92c8 commit 26a6e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function export(): void
$data['exceptions'] = $exceptions;

file_put_contents($dataFile, serialize($data));

if ($this->module->fileMode !== null) {
@chmod($dataFile, $this->module->fileMode);
}
Expand Down

0 comments on commit 26a6e09

Please sign in to comment.