Fixed some documentation errors

This commit is contained in:
Abel Hoogeveen 2015-02-23 19:37:19 +01:00
parent 1e96bfc894
commit 9d3c32d716
4 changed files with 0 additions and 5 deletions

View File

@ -13,7 +13,6 @@
* EventPriority::LOW
* EventPriority::LOWEST
*
* @package System\Core
*/
abstract class EventPriority

View File

@ -4,8 +4,6 @@
* Class Module
*
* Abstract Class for modules
*
* @package System\Core
*/
class Module extends Bus {

View File

@ -6,7 +6,6 @@
/**
* @name Events
* @package Core
*/
class Events extends Bus{

View File

@ -1,7 +1,6 @@
<?php
/**
* @author FuzeNetwork
* @package files
*/
class Models extends Bus{