diff options
| author | Shitiz Garg <mail@dragooon.net> | 2014-06-09 15:14:26 +0530 |
|---|---|---|
| committer | Shitiz Garg <mail@dragooon.net> | 2014-06-17 14:59:26 +0530 |
| commit | 86754cf572909b61fb2cd3e29cef42e2a8079dd7 (patch) | |
| tree | e3184f6b4b0d784ff03d0c53bf806da377ff998f | |
| parent | cee46f2405ab9a91c9631dd77de0c6f5cc8f916f (diff) | |
| download | forums-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
| -rw-r--r-- | tests/profilefields/type_dropdown_test.php | 2 | ||||
| -rw-r--r-- | tests/profilefields/type_int_test.php | 2 | ||||
| -rw-r--r-- | tests/profilefields/type_string_test.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/profilefields/type_dropdown_test.php b/tests/profilefields/type_dropdown_test.php index c17780d6d6..0e1fb101b7 100644 --- a/tests/profilefields/type_dropdown_test.php +++ b/tests/profilefields/type_dropdown_test.php @@ -16,7 +16,7 @@ class phpbb_profilefield_type_dropdown_test extends phpbb_test_case * Sets up basic test objects * * @access public - * @return void + * @return null */ public function setUp() { diff --git a/tests/profilefields/type_int_test.php b/tests/profilefields/type_int_test.php index eb414faced..d3ce27691a 100644 --- a/tests/profilefields/type_int_test.php +++ b/tests/profilefields/type_int_test.php @@ -15,7 +15,7 @@ class phpbb_profilefield_type_int_test extends phpbb_test_case * Sets up basic test objects * * @access public - * @return void + * @return null */ public function setUp() { 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() { |
