1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12514] Use @return null instead of @return void

PHPBB3-12514
This commit is contained in:
Shitiz Garg
2014-06-09 15:14:26 +05:30
parent cee46f2405
commit 86754cf572
3 changed files with 3 additions and 3 deletions

View File

@@ -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()
{

View File

@@ -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()
{

View File

@@ -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()
{