aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2025-02-17 15:01:33 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2025-02-17 15:26:23 +0100
commitc1c59f9a6c5b92ef09e3cf182b198de3633f4aff (patch)
tree297b626a1a45f934a7f5e9bcd8481e7f26fc5a6e /lib/private
parent640dbd0b5e38ef603c4edcc646ed7df8117c9963 (diff)
downloadnextcloud-server-c1c59f9a6c5b92ef09e3cf182b198de3633f4aff.tar.gz
nextcloud-server-c1c59f9a6c5b92ef09e3cf182b198de3633f4aff.zip
chore: Add missing star in phpdoc commentfix/fix-psalm-taint-errors
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/AppFramework/Utility/SimpleContainer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/AppFramework/Utility/SimpleContainer.php b/lib/private/AppFramework/Utility/SimpleContainer.php
index 56de4a34cf6..24918992ea3 100644
--- a/lib/private/AppFramework/Utility/SimpleContainer.php
+++ b/lib/private/AppFramework/Utility/SimpleContainer.php
@@ -176,7 +176,7 @@ class SimpleContainer implements ArrayAccess, ContainerInterface, IContainer {
}, false);
}
- /*
+ /**
* @param string $name
* @return string
*/