[ticket/11103] Comment indentation

PHPBB3-11103
This commit is contained in:
Nathaniel Guse 2012-11-09 07:48:18 -06:00
parent b8bdcc957b
commit 6a0f6833e6

View file

@ -716,6 +716,7 @@ class phpbb_notification_manager
/** /**
* Disable all notifications of a certain type * Disable all notifications of a certain type
*
* This should be called when an extension which has notification types * This should be called when an extension which has notification types
* is disabled so that all those notifications are hidden and do not * is disabled so that all those notifications are hidden and do not
* cause errors * cause errors
@ -732,6 +733,7 @@ class phpbb_notification_manager
/** /**
* Enable all notifications of a certain type * Enable all notifications of a certain type
*
* This should be called when an extension which has notification types * This should be called when an extension which has notification types
* that was disabled is re-enabled so that all those notifications that * that was disabled is re-enabled so that all those notifications that
* were hidden are shown again * were hidden are shown again