From af6de04e9e141466dc229e444ff3f146f4a34765 Mon Sep 17 00:00:00 2001
From: Daniel Kesselberg <mail@danielkesselberg.de>
Date: Fri, 23 Aug 2024 15:10:27 +0200
Subject: style: update codestyle for coding-standard 1.2.3

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
---
 lib/private/Config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib/private/Config.php')

diff --git a/lib/private/Config.php b/lib/private/Config.php
index ee30b8efc5e..6a970eafd7e 100644
--- a/lib/private/Config.php
+++ b/lib/private/Config.php
@@ -268,7 +268,7 @@ class Config {
 			$df = disk_free_space($this->configDir);
 			$size = strlen($content) + 10240;
 			if ($df !== false && $df < (float)$size) {
-				throw new \Exception($this->configDir . " does not have enough space for writing the config file! Not writing it back!");
+				throw new \Exception($this->configDir . ' does not have enough space for writing the config file! Not writing it back!');
 			}
 		}
 
-- 
cgit v1.2.3