From 26a6e095cb4750ce84a7c70e5612d47e96f01b51 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 7 Oct 2023 11:22:47 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/LogTarget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LogTarget.php b/src/LogTarget.php index 75b8701..707d0db 100644 --- a/src/LogTarget.php +++ b/src/LogTarget.php @@ -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); }