aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields/type_string_test.php
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-09 15:14:26 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-17 14:59:26 +0530
commit86754cf572909b61fb2cd3e29cef42e2a8079dd7 (patch)
treee3184f6b4b0d784ff03d0c53bf806da377ff998f /tests/profilefields/type_string_test.php
parentcee46f2405ab9a91c9631dd77de0c6f5cc8f916f (diff)
downloadforums-86754cf572909b61fb2cd3e29cef42e2a8079dd7.tar
forums-86754cf572909b61fb2cd3e29cef42e2a8079dd7.tar.gz
forums-86754cf572909b61fb2cd3e29cef42e2a8079dd7.tar.bz2
forums-86754cf572909b61fb2cd3e29cef42e2a8079dd7.tar.xz
forums-86754cf572909b61fb2cd3e29cef42e2a8079dd7.zip
[ticket/12514] Use @return null instead of @return void
PHPBB3-12514
Diffstat (limited to 'tests/profilefields/type_string_test.php')
-rw-r--r--tests/profilefields/type_string_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profilefields/type_string_test.php b/tests/profilefields/type_string_test.php
index 8fadf4fcac..869f20b94f 100644
--- a/tests/profilefields/type_string_test.php
+++ b/tests/profilefields/type_string_test.php
@@ -15,7 +15,7 @@ class phpbb_profilefield_type_string_test extends phpbb_test_case
* Sets up basic test objects
*
* @access public
- * @return void
+ * @return null
*/
public function setUp()
{