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