mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-14 19:03:51 +09:00
reinstall dependencies on php 7.4
This commit is contained in:
@@ -26,7 +26,7 @@ interface ExtractorInterface
|
||||
*
|
||||
* @param string|iterable<string> $resource Files, a file or a directory
|
||||
*/
|
||||
public function extract(string|iterable $resource, MessageCatalogue $catalogue);
|
||||
public function extract($resource, MessageCatalogue $catalogue);
|
||||
|
||||
/**
|
||||
* Sets the prefix that should be used for new found messages.
|
||||
|
||||
Reference in New Issue
Block a user