This commit is contained in:
Romain Neutron
2012-05-23 00:01:29 +02:00
parent 41e56ed86b
commit 4afa21d419
346 changed files with 2234 additions and 3759 deletions

View File

@@ -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);
}