mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix CS
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
*/
|
||||
interface Feed_Entry_CollectionInterface
|
||||
{
|
||||
public function __construct();
|
||||
|
||||
public function add_entry(Feed_Entry_Adapter $entry);
|
||||
public function __construct();
|
||||
|
||||
public function get_entries();
|
||||
public function add_entry(Feed_Entry_Adapter $entry);
|
||||
|
||||
public function get_entries();
|
||||
}
|
||||
|
Reference in New Issue
Block a user