[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,9 +716,10 @@ 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 *
* is disabled so that all those notifications are hidden and do not * This should be called when an extension which has notification types
* cause errors * is disabled so that all those notifications are hidden and do not
* cause errors
* *
* @param string $item_type * @param string $item_type
*/ */
@ -732,9 +733,10 @@ 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 *
* that was disabled is re-enabled so that all those notifications that * This should be called when an extension which has notification types
* were hidden are shown again * that was disabled is re-enabled so that all those notifications that
* were hidden are shown again
* *
* @param string $item_type * @param string $item_type
*/ */