fixed phpdoc

This commit is contained in:
Steffen Schröder
2014-04-28 17:28:08 +02:00
parent 742a061af3
commit b5a3d7dd57
2 changed files with 9 additions and 12 deletions

View File

@ -18,10 +18,9 @@ interface Plugin {
const PLUGIN_INTERFACE = __CLASS__;
/**
* Prepares the Plugin
* Prepare the Plugin
*
* @param ManiaControl $maniaControl
* @return mixed
*/
public static function prepare(ManiaControl $maniaControl);
@ -34,7 +33,7 @@ interface Plugin {
public function load(ManiaControl $maniaControl);
/**
* Unload the plugin and its resources
* Unload the plugin and its Resources
*/
public function unload();