diff options
Diffstat (limited to 'src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php')
| -rw-r--r-- | src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php b/src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php index 8a8b29c..0362f95 100644 --- a/src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php +++ b/src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php @@ -17,11 +17,11 @@ final class VyOSElasticModernFulltextStorageEngineTestDouble return array(); } - public function indexExists() { + public function indexExists(?VyOSElasticModernHost $host = null) { return false; } - public function getIndexStats() { + public function getIndexStats(?VyOSElasticModernHost $host = null) { return array(); } |
