Skip to content

Commit

Permalink
fix docbloc for start()
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Sep 13, 2014
1 parent 3237de6 commit d996a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Network/Session.php
Expand Up @@ -293,8 +293,7 @@ public function options(array $options) {
* Starts the Session.
*
* @return bool True if session was started
* @throws \RuntimeException if the session was already started or headers were already
* sent
* @throws \RuntimeException if the session was already started
*/
public function start() {
if ($this->_started) {
Expand Down

0 comments on commit d996a46

Please sign in to comment.