diff options
author | yemkareems <yemkareems@gmail.com> | 2024-04-18 13:45:35 +0530 |
---|---|---|
committer | yemkareems <yemkareems@gmail.com> | 2024-04-18 17:57:49 +0530 |
commit | 4e409ab489efb6e460c862095f5cfbd10b21a01f (patch) | |
tree | a6c66b16dc13c247cfc9b1151c5ed31505bac658 /core/Command/User | |
parent | 5fffbcfe8650eab75b00e8d188fbc95b0e43f3a8 (diff) | |
download | nextcloud-server-4e409ab489efb6e460c862095f5cfbd10b21a01f.tar.gz nextcloud-server-4e409ab489efb6e460c862095f5cfbd10b21a01f.zip |
fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php and declare strict_types for the new file as suggested
Diffstat (limited to 'core/Command/User')
-rw-r--r-- | core/Command/User/ClearGeneratedAvatarCacheCommand.php | 3 |
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 * |