mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-11-16 16:30:09 +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.
|
||||
*/
|
||||
class CommandTriggerListPage extends SortablePage
|
||||
final class CommandTriggerListPage extends SortablePage
|
||||
{
|
||||
/**
|
||||
* @inheritDoc
|
||||
|
@ -21,7 +21,7 @@
|
||||
/**
|
||||
* Shows the room list.
|
||||
*/
|
||||
class RoomListPage extends SortablePage
|
||||
final class RoomListPage extends SortablePage
|
||||
{
|
||||
/**
|
||||
* @inheritDoc
|
||||
|
@ -29,7 +29,7 @@
|
||||
/**
|
||||
* Shows the suspension list.
|
||||
*/
|
||||
class SuspensionListPage extends SortablePage
|
||||
final class SuspensionListPage extends SortablePage
|
||||
{
|
||||
/**
|
||||
* @inheritDoc
|
||||
|
@ -31,7 +31,7 @@
|
||||
/**
|
||||
* Shows the log of a specific chat room.
|
||||
*/
|
||||
class LogPage extends AbstractPage
|
||||
final class LogPage extends AbstractPage
|
||||
{
|
||||
use TConfiguredPage;
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
/**
|
||||
* Shows the list of available chat rooms.
|
||||
*/
|
||||
class RoomListPage extends AbstractPage
|
||||
final class RoomListPage extends AbstractPage
|
||||
{
|
||||
/**
|
||||
* @inheritDoc
|
||||
|
@ -28,7 +28,7 @@
|
||||
/**
|
||||
* Shows a specific chat room.
|
||||
*/
|
||||
class RoomPage extends AbstractPage
|
||||
final class RoomPage extends AbstractPage
|
||||
{
|
||||
use TConfiguredPage;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user