mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 20:11:54 +02:00
[ticket/15540] Code changes
PHPBB3-15540
This commit is contained in:
@@ -44,11 +44,11 @@ class search_backend_factory
|
||||
/**
|
||||
* Obtains a specified search backend
|
||||
*
|
||||
* @param string $class
|
||||
* @param string $class
|
||||
*
|
||||
* @return search_backend_interface
|
||||
*/
|
||||
public function get($class): search_backend_interface
|
||||
public function get(string $class): search_backend_interface
|
||||
{
|
||||
return $this->search_backends->get_by_class($class);
|
||||
}
|
||||
|
Reference in New Issue
Block a user