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

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/11227] @return void -> @return null in develop-olympus.
This commit is contained in:
Andreas Fischer
2012-11-29 23:17:58 +01:00
14 changed files with 18 additions and 18 deletions

View File

@@ -70,7 +70,7 @@ class phpbb_questionnaire_data_collector
/**
* Collect info into the data property.
*
* @return void
* @return null
*/
function collect()
{