mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-10 00:43:50 +09:00
Update dependencies
This commit is contained in:
5
vendor/symfony/cache/PruneableInterface.php
vendored
5
vendor/symfony/cache/PruneableInterface.php
vendored
@@ -16,8 +16,5 @@ namespace Symfony\Component\Cache;
|
||||
*/
|
||||
interface PruneableInterface
|
||||
{
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function prune();
|
||||
public function prune(): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user