From 732f4a2de43a8b0c79536c0077bf964634ec47e6 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 12 Mar 2013 11:19:02 -0500 Subject: [PATCH] [#3973] CS fixes - trailing whitespace --- library/Zend/View/Stream.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/library/Zend/View/Stream.php b/library/Zend/View/Stream.php index 9e5ea6b94ea..f9f673332a4 100644 --- a/library/Zend/View/Stream.php +++ b/library/Zend/View/Stream.php @@ -47,7 +47,7 @@ class Stream /** * Opens the script file and converts markup. - * + * * @return bool */ public function stream_open($path, $mode, $options, &$opened_path) @@ -94,7 +94,7 @@ public function url_stat() /** * Reads from the stream. - * + * * @return string|false */ public function stream_read($count) @@ -107,7 +107,7 @@ public function stream_read($count) /** * Tells the current position in the stream. - * + * * @return int */ public function stream_tell() @@ -118,7 +118,7 @@ public function stream_tell() /** * Tells if we are at the end of the stream. - * + * * @return bool */ public function stream_eof() @@ -129,7 +129,7 @@ public function stream_eof() /** * Stream statistics. - * + * * @return array */ public function stream_stat() @@ -140,7 +140,7 @@ public function stream_stat() /** * Seek to a specific point in the stream. - * + * * @return bool */ public function stream_seek($offset, $whence)