Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[#3973] CS fixes
Browse files Browse the repository at this point in the history
- trailing whitespace
  • Loading branch information
weierophinney committed Mar 12, 2013
1 parent 364e235 commit 732f4a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions library/Zend/View/Stream.php
Expand Up @@ -47,7 +47,7 @@ class Stream


/** /**
* Opens the script file and converts markup. * Opens the script file and converts markup.
* *
* @return bool * @return bool
*/ */
public function stream_open($path, $mode, $options, &$opened_path) public function stream_open($path, $mode, $options, &$opened_path)
Expand Down Expand Up @@ -94,7 +94,7 @@ public function url_stat()


/** /**
* Reads from the stream. * Reads from the stream.
* *
* @return string|false * @return string|false
*/ */
public function stream_read($count) public function stream_read($count)
Expand All @@ -107,7 +107,7 @@ public function stream_read($count)


/** /**
* Tells the current position in the stream. * Tells the current position in the stream.
* *
* @return int * @return int
*/ */
public function stream_tell() public function stream_tell()
Expand All @@ -118,7 +118,7 @@ public function stream_tell()


/** /**
* Tells if we are at the end of the stream. * Tells if we are at the end of the stream.
* *
* @return bool * @return bool
*/ */
public function stream_eof() public function stream_eof()
Expand All @@ -129,7 +129,7 @@ public function stream_eof()


/** /**
* Stream statistics. * Stream statistics.
* *
* @return array * @return array
*/ */
public function stream_stat() public function stream_stat()
Expand All @@ -140,7 +140,7 @@ public function stream_stat()


/** /**
* Seek to a specific point in the stream. * Seek to a specific point in the stream.
* *
* @return bool * @return bool
*/ */
public function stream_seek($offset, $whence) public function stream_seek($offset, $whence)
Expand Down

0 comments on commit 732f4a2

Please sign in to comment.