1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

Merge pull request #6172 from rubencm/ticket/16737

[ticket/16737] Rewrite acp_search
This commit is contained in:
Marc Alexander
2021-04-08 21:35:03 +02:00
committed by GitHub
10 changed files with 497 additions and 429 deletions

View File

@@ -26,7 +26,7 @@ class local implements provider_interface
/**
* {@inheritdoc}
*/
public function get_adapter_class()
public function get_adapter_class(): string
{
return \phpbb\storage\adapter\local::class;
}

View File

@@ -25,9 +25,9 @@ interface provider_interface
/**
* Gets adapter class
*
* @return \phpbb\storage\adapter\adapter_interface
* @return string
*/
public function get_adapter_class();
public function get_adapter_class(): string;
/**
* Gets adapter options