improved PHPDoc & applied common style

This commit is contained in:
Steffen Schröder
2014-05-03 23:49:58 +02:00
parent 8296e8457c
commit 9aea33951a
14 changed files with 1787 additions and 1883 deletions

View File

@ -17,7 +17,7 @@ use ManiaControl\Settings\SettingManager;
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
class ChatlogPlugin implements CallbackListener, Plugin {
/**
/*
* Constants
*/
const ID = 26;
@ -31,7 +31,7 @@ class ChatlogPlugin implements CallbackListener, Plugin {
const SETTING_LOGSERVERMESSAGES = 'Log Server Messages';
/**
* Private properties
* Private Properties
*/
/** @var ManiaControl $maniaControl */
private $maniaControl = null;