aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis <louis@chmn.me>2024-04-20 11:15:06 +0200
committerGitHub <noreply@github.com>2024-04-20 11:15:06 +0200
commit75612eca555c06e6f48d65515812552ab5b1e96d (patch)
treebc10e28ecafd9d508043e29c07cee2800462cc5f
parent5b8eeabf835e3670ce85f5aa20e72a6442d0f0e7 (diff)
parent4e409ab489efb6e460c862095f5cfbd10b21a01f (diff)
downloadnextcloud-server-75612eca555c06e6f48d65515812552ab5b1e96d.tar.gz
nextcloud-server-75612eca555c06e6f48d65515812552ab5b1e96d.zip
Merge pull request #44915 from nextcloud/fix/add-missing-file-for-clear-avatar-cache
fix: Use static_types in ClearGeneratedAvatarCacheCommand.php
-rw-r--r--core/Command/User/ClearGeneratedAvatarCacheCommand.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Command/User/ClearGeneratedAvatarCacheCommand.php b/core/Command/User/ClearGeneratedAvatarCacheCommand.php
index 69421846049..45ee4d36051 100644
--- a/core/Command/User/ClearGeneratedAvatarCacheCommand.php
+++ b/core/Command/User/ClearGeneratedAvatarCacheCommand.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2024, Nextcloud GmbH
*