mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Fix CS
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
interface patchInterface
|
||||
{
|
||||
|
||||
function get_release();
|
||||
public function get_release();
|
||||
|
||||
function concern();
|
||||
public function concern();
|
||||
|
||||
function require_all_upgrades();
|
||||
public function require_all_upgrades();
|
||||
|
||||
function apply(base &$base);
|
||||
public function apply(base &$base);
|
||||
}
|
||||
|
Reference in New Issue
Block a user