added varcomment to every plugin

This commit is contained in:
kremsy
2013-12-30 16:52:26 +01:00
parent 765e648cb8
commit 98c69af28d
9 changed files with 9 additions and 7 deletions

View File

@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: Lukas
* Date: 30.12.13
* Time: 11:41
*/
namespace ManiaControl\Plugins;
@ -31,6 +25,7 @@ class ChatMessagePlugin implements CommandListener, Plugin {
/**
* Private properties
*/
/** @var maniaControl $maniaControl */
private $maniaControl = null;
/**