aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/base.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-05-19 03:45:46 +0300
committern-aleha <nick_aleha@myway.com>2014-08-03 07:03:08 +0300
commitf34bc924a6f16920c215fe6661dbccab1271a722 (patch)
tree9d4953e8e2f1fabd25a6d0233137f0877de7f96d /phpBB/phpbb/notification/type/base.php
parentffcf45abf32fc1343fe1d4edfd15828782ab4832 (diff)
downloadforums-f34bc924a6f16920c215fe6661dbccab1271a722.tar
forums-f34bc924a6f16920c215fe6661dbccab1271a722.tar.gz
forums-f34bc924a6f16920c215fe6661dbccab1271a722.tar.bz2
forums-f34bc924a6f16920c215fe6661dbccab1271a722.tar.xz
forums-f34bc924a6f16920c215fe6661dbccab1271a722.zip
[ticket/12557] Notification fixes
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/notification/type/base.php')
-rw-r--r--phpBB/phpbb/notification/type/base.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/base.php b/phpBB/phpbb/notification/type/base.php
index 910f51b3a6..a11ad76db9 100644
--- a/phpBB/phpbb/notification/type/base.php
+++ b/phpBB/phpbb/notification/type/base.php
@@ -161,6 +161,8 @@ abstract class base implements \phpbb\notification\type\type_interface
* Magic method to set data on this notification
*
* @param mixed $name
+ * @param mixed $value
+ *
* @return null
*/
public function __set($name, $value)
@@ -174,7 +176,6 @@ abstract class base implements \phpbb\notification\type\type_interface
*
* Primarily for testing
*
- * @param string $name
* @return mixed
*/
public function __toString()