diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-30 23:03:06 -0500 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-30 23:03:06 -0500 |
| commit | ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d (patch) | |
| tree | ca50b41e53de1e948cb2ee9859a4b69b530305ba /phpBB/includes/template/compile.php | |
| parent | 3a702084e4249830a87dc0914127e00c1bb1b1dd (diff) | |
| download | forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.gz forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.bz2 forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.xz forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.zip | |
[ticket/11227] @return void -> @return null, per coding guidelines.
PHPBB3-11227
Diffstat (limited to 'phpBB/includes/template/compile.php')
| -rw-r--r-- | phpBB/includes/template/compile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/compile.php b/phpBB/includes/template/compile.php index 82b301c1a2..d0b3d0f115 100644 --- a/phpBB/includes/template/compile.php +++ b/phpBB/includes/template/compile.php @@ -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) { |
