aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Wrapper
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-10-17 12:40:35 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-10-17 12:40:35 +0200
commit54031e370ac05b127d4bc799de99ce1b643adcbb (patch)
tree36d71151c54c260fbefffdf6ed137862e922b74a /lib/private/Files/Cache/Wrapper
parent0a2a4d86870f9738544c67cc494c3f48a8f4e924 (diff)
downloadnextcloud-server-54031e370ac05b127d4bc799de99ce1b643adcbb.tar.gz
nextcloud-server-54031e370ac05b127d4bc799de99ce1b643adcbb.zip
Fix various other small psalm issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/private/Files/Cache/Wrapper')
-rw-r--r--lib/private/Files/Cache/Wrapper/CacheJail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Cache/Wrapper/CacheJail.php b/lib/private/Files/Cache/Wrapper/CacheJail.php
index 996f0c02603..c0a6acd118b 100644
--- a/lib/private/Files/Cache/Wrapper/CacheJail.php
+++ b/lib/private/Files/Cache/Wrapper/CacheJail.php
@@ -46,7 +46,7 @@ class CacheJail extends CacheWrapper {
protected $unjailedRoot;
/**
- * @param \OCP\Files\Cache\ICache $cache
+ * @param ?\OCP\Files\Cache\ICache $cache
* @param string $root
*/
public function __construct($cache, $root) {