Fix broken migration and deprecation

This commit is contained in:
Tim
2025-04-24 17:33:24 +02:00
parent 3c4c470547
commit c1b896a63a
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ class SnipLoader implements LoaderInterface
return true;
}
public function exists(string $name)
public function exists(string $name): bool
{
try {
$this->getFromKey($name);