1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/11227] @return void -> @return null, per coding guidelines.

PHPBB3-11227
This commit is contained in:
Oleg Pudeyev
2012-11-30 23:03:06 -05:00
parent 3a702084e4
commit ec4343c744
18 changed files with 24 additions and 24 deletions

View File

@@ -118,7 +118,7 @@ class phpbb_template_compile
*
* @param resource $source_stream Source stream
* @param resource $dest_stream Destination stream
* @return void
* @return null
*/
private function compile_stream_to_stream($source_stream, $dest_stream)
{