diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-12-01 12:21:29 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-12-01 12:21:29 +0100 |
commit | 1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12 (patch) | |
tree | b1d9310b642fa2a528558b80632b797f550e9477 /phpBB/includes/template | |
parent | 7a77edf25e3c3dbf0730b176f22616206af81625 (diff) | |
parent | e5e8087bebdae8c4da2e59e9afd984d6a2008caf (diff) | |
download | forums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.tar forums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.tar.gz forums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.tar.bz2 forums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.tar.xz forums-1ceb1f759d118a2b52ba61f2a0b6319e7c0adf12.zip |
Merge remote-tracking branch 'p/ticket/11227' into develop
* p/ticket/11227:
[ticket/11227] @return void -> @return null in code sniffer.
[ticket/11227] @return void -> @return null, per coding guidelines.
Diffstat (limited to 'phpBB/includes/template')
-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) { |