diff options
author | Nils Adermann <naderman@naderman.de> | 2015-05-30 10:53:47 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2015-05-30 10:53:47 +0200 |
commit | 01073ffcbf6ecff50071018e2eaaae9cd81fcbbc (patch) | |
tree | 1178985bb423cf36285681aaf8f717bdb587f46f /phpBB/phpbb/notification/method/base.php | |
parent | b5fed65fe326d32268f46b5915f3d7402f844bae (diff) | |
parent | a462f14aa367e9b8f94c4d2da35458353bad8c0f (diff) | |
download | forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.gz forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.bz2 forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.xz forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.zip |
Merge pull request #3560 from Nicofuma/ticket/13790
[ticket/13790] Update phpcs
Diffstat (limited to 'phpBB/phpbb/notification/method/base.php')
-rw-r--r-- | phpBB/phpbb/notification/method/base.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/notification/method/base.php b/phpBB/phpbb/notification/method/base.php index a0bbed6fcd..6ee1d2984a 100644 --- a/phpBB/phpbb/notification/method/base.php +++ b/phpBB/phpbb/notification/method/base.php @@ -60,7 +60,7 @@ abstract class base implements \phpbb\notification\method\method_interface /** * Notification Method Base Constructor - * + * * @param \phpbb\user_loader $user_loader * @param \phpbb\db\driver\driver_interface $db * @param \phpbb\cache\driver\driver_interface $cache @@ -85,7 +85,7 @@ abstract class base implements \phpbb\notification\method\method_interface /** * Set notification manager (required) - * + * * @param \phpbb\notification\manager $notification_manager */ public function set_notification_manager(\phpbb\notification\manager $notification_manager) |