mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix tests on PHP 5.4
This commit is contained in:
@@ -20,7 +20,7 @@ use Alchemy\Phrasea\Application;
|
||||
interface caption_interface
|
||||
{
|
||||
|
||||
public function __construct(Application $app, record_Interface &$record, databox &$databox);
|
||||
public function __construct(Application $app, record_Interface $record, databox $databox);
|
||||
|
||||
public function get_highlight_fields($highlight = '', Array $grep_fields = null, searchEngine_adapter $searchEngine = null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user