mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16737] Rewrite acp_search index pages
PHPBB3-16737
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user