Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-01-27 18:55:53 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-01-27 19:03:09 +0300
commit760db78dbac8ac81f58dd0f2797b7d76fb0af239 (patch)
tree46039014032ef740a05775c7c679aeaa5cb7875e /apps/theming/lib/ThemingDefaults.php
parentf778cbe7b9f0c41e25a0e2fe1031e969ba04c2c1 (diff)
Add better error handling
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/theming/lib/ThemingDefaults.php')
-rw-r--r--apps/theming/lib/ThemingDefaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php
index 74b75372083..3d7aaee2064 100644
--- a/apps/theming/lib/ThemingDefaults.php
+++ b/apps/theming/lib/ThemingDefaults.php
@@ -158,7 +158,7 @@ class ThemingDefaults extends \OC_Defaults {
}
/**
- * We pass a string and sanitizeHTML will return a string to in that case
+ * We pass a string and sanitizeHTML will return a string too in that case
* @psalm-suppress InvalidReturnStatement
* @psalm-suppress InvalidReturnType
*/