mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix tests on PHP 5.4
This commit is contained in:
@@ -20,7 +20,7 @@ use Alchemy\Phrasea\Application;
|
||||
interface Feed_Entry_Interface
|
||||
{
|
||||
|
||||
public function __construct(Application $app, Feed_Adapter &$feed, $id);
|
||||
public function __construct(Application $app, Feed_Adapter $feed, $id);
|
||||
|
||||
public function get_feed();
|
||||
|
||||
|
Reference in New Issue
Block a user