mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12514] Use @return null instead of @return void
PHPBB3-12514
This commit is contained in:
parent
cee46f2405
commit
86754cf572
3 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue