Fix broken migration and deprecation
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user