mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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
|
* Sets up basic test objects
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @return void
|
* @return null
|
||||||
*/
|
*/
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
@@ -15,7 +15,7 @@ class phpbb_profilefield_type_int_test extends phpbb_test_case
|
|||||||
* Sets up basic test objects
|
* Sets up basic test objects
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @return void
|
* @return null
|
||||||
*/
|
*/
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
@@ -15,7 +15,7 @@ class phpbb_profilefield_type_string_test extends phpbb_test_case
|
|||||||
* Sets up basic test objects
|
* Sets up basic test objects
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @return void
|
* @return null
|
||||||
*/
|
*/
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user