From 50d10e6f6451c9a4d14cfba159d8bfb7be523d2d Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Mon, 5 Jan 2026 14:50:02 +0100 Subject: [PATCH] feat: fix warnings in tests --- Service/CommandSchedulerExecution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/CommandSchedulerExecution.php b/Service/CommandSchedulerExecution.php index e6cc9d5..c46d3e0 100644 --- a/Service/CommandSchedulerExecution.php +++ b/Service/CommandSchedulerExecution.php @@ -74,7 +74,7 @@ private function getLog( // log into a file try{ $logOutput = new StreamOutput( - fopen( + @fopen( $this->logPath.u($scheduledCommand->getLogFile())->ensureEnd('.log'), 'ab', false