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

[ticket/11227] @return void -> @return null in develop-olympus.

PHPBB3-11227
This commit is contained in:
Oleg Pudeyev
2012-11-29 15:35:21 -05:00
parent af5d8b502e
commit 65253a3023
14 changed files with 18 additions and 18 deletions

View File

@@ -222,7 +222,7 @@ die("\n\nALL TESTS PASSED SUCCESSFULLY\n");
* Download a file to the develop/ dir
*
* @param string $url URL of the file to download
* @return void
* @return null
*/
function download($url)
{