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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user