diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-11-09 07:48:18 -0600 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-11-09 07:48:18 -0600 |
commit | 6a0f6833e61532d28d7bebcc8ad0ec2b2b722e19 (patch) | |
tree | 06952ecd1d33bc90380d37a28588f923a13bebaf /phpBB | |
parent | b8bdcc957bc49b96d43d74077c95a55f4f88e2fa (diff) | |
download | forums-6a0f6833e61532d28d7bebcc8ad0ec2b2b722e19.tar forums-6a0f6833e61532d28d7bebcc8ad0ec2b2b722e19.tar.gz forums-6a0f6833e61532d28d7bebcc8ad0ec2b2b722e19.tar.bz2 forums-6a0f6833e61532d28d7bebcc8ad0ec2b2b722e19.tar.xz forums-6a0f6833e61532d28d7bebcc8ad0ec2b2b722e19.zip |
[ticket/11103] Comment indentation
PHPBB3-11103
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/notification/manager.php | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/phpBB/includes/notification/manager.php b/phpBB/includes/notification/manager.php index ca018fbf3b..8392928bd2 100644 --- a/phpBB/includes/notification/manager.php +++ b/phpBB/includes/notification/manager.php @@ -716,9 +716,10 @@ class phpbb_notification_manager /** * 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 - * cause errors + * + * This should be called when an extension which has notification types + * is disabled so that all those notifications are hidden and do not + * cause errors * * @param string $item_type */ @@ -732,9 +733,10 @@ class phpbb_notification_manager /** * 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 - * were hidden are shown again + * + * This should be called when an extension which has notification types + * that was disabled is re-enabled so that all those notifications that + * were hidden are shown again * * @param string $item_type */ |