mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Fix CS
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
*/
|
||||
interface caption_interface
|
||||
{
|
||||
public function __construct(record_Interface &$record, databox &$databox);
|
||||
|
||||
public function get_highlight_fields($highlight='', Array $grep_fields = null, searchEngine_adapter $searchEngine = null);
|
||||
public function __construct(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