Skip to content

Commit 86754cf

Browse files
committed
[ticket/12514] Use @return null instead of @return void
PHPBB3-12514
1 parent cee46f2 commit 86754cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/profilefields/type_dropdown_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class phpbb_profilefield_type_dropdown_test extends phpbb_test_case
1616
* Sets up basic test objects
1717
*
1818
* @access public
19-
* @return void
19+
* @return null
2020
*/
2121
public function setUp()
2222
{

tests/profilefields/type_int_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class phpbb_profilefield_type_int_test extends phpbb_test_case
1515
* Sets up basic test objects
1616
*
1717
* @access public
18-
* @return void
18+
* @return null
1919
*/
2020
public function setUp()
2121
{

tests/profilefields/type_string_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class phpbb_profilefield_type_string_test extends phpbb_test_case
1515
* Sets up basic test objects
1616
*
1717
* @access public
18-
* @return void
18+
* @return null
1919
*/
2020
public function setUp()
2121
{

0 commit comments

Comments
 (0)