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

[ticket/16737] Rewrite acp_search index pages

PHPBB3-16737
This commit is contained in:
rubencm
2021-03-25 03:37:30 +01:00
parent 31fac7bbf1
commit cf8b797911
7 changed files with 337 additions and 209 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