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:
@@ -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()
|
||||
{
|
||||
|
@@ -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()
|
||||
{
|
||||
|
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user