1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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

@@ -481,7 +481,7 @@ function my_var_export($var)
* Download a file to the develop/ dir
*
* @param string $url URL of the file to download
* @return void
* @return null
*/
function download($url)
{