Merge branch '3.8'

This commit is contained in:
Romain Neutron
2013-09-02 17:22:18 +02:00
19 changed files with 48 additions and 45 deletions

View File

@@ -398,7 +398,10 @@ abstract class task_abstract
throw new \LogicException('This method must be implemented');
}
abstract public function help();
public static function help()
{
throw new \LogicException('This method must be implemented');
}
/**
*