mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30:08 +00:00
Mark all Pages as final
This commit is contained in:
parent
8bf595d583
commit
8de6a993d1
@ -21,7 +21,7 @@
|
|||||||
/**
|
/**
|
||||||
* Shows the command trigger list.
|
* Shows the command trigger list.
|
||||||
*/
|
*/
|
||||||
class CommandTriggerListPage extends SortablePage
|
final class CommandTriggerListPage extends SortablePage
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
/**
|
/**
|
||||||
* Shows the room list.
|
* Shows the room list.
|
||||||
*/
|
*/
|
||||||
class RoomListPage extends SortablePage
|
final class RoomListPage extends SortablePage
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
/**
|
/**
|
||||||
* Shows the suspension list.
|
* Shows the suspension list.
|
||||||
*/
|
*/
|
||||||
class SuspensionListPage extends SortablePage
|
final class SuspensionListPage extends SortablePage
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
/**
|
/**
|
||||||
* Shows the log of a specific chat room.
|
* Shows the log of a specific chat room.
|
||||||
*/
|
*/
|
||||||
class LogPage extends AbstractPage
|
final class LogPage extends AbstractPage
|
||||||
{
|
{
|
||||||
use TConfiguredPage;
|
use TConfiguredPage;
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
/**
|
/**
|
||||||
* Shows the list of available chat rooms.
|
* Shows the list of available chat rooms.
|
||||||
*/
|
*/
|
||||||
class RoomListPage extends AbstractPage
|
final class RoomListPage extends AbstractPage
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
/**
|
/**
|
||||||
* Shows a specific chat room.
|
* Shows a specific chat room.
|
||||||
*/
|
*/
|
||||||
class RoomPage extends AbstractPage
|
final class RoomPage extends AbstractPage
|
||||||
{
|
{
|
||||||
use TConfiguredPage;
|
use TConfiguredPage;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user