mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-13 10:04:46 +08:00
fix psalm
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
d3794f5f88
commit
56f0cfd914
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ class DockerActionManager
|
||||||
apcu_add($cacheKey, $tag);
|
apcu_add($cacheKey, $tag);
|
||||||
/**
|
/**
|
||||||
* @psalm-suppress TypeDoesNotContainNull
|
* @psalm-suppress TypeDoesNotContainNull
|
||||||
|
* @psalm-suppress DocblockTypeContradiction
|
||||||
*/
|
*/
|
||||||
if ($tag === null) {
|
if ($tag === null) {
|
||||||
error_log("No tag was found when getting the current channel. You probably did not follow the documentation correctly. Changing the channel to the default 'latest'.");
|
error_log("No tag was found when getting the current channel. You probably did not follow the documentation correctly. Changing the channel to the default 'latest'.");
|
||||||
|
|
Loading…
Add table
Reference in a new issue