Browse Source

Session::write lied about its return (value)

I think removing it is correct.. following `_overwrite` no chance to get some return
luke83 11 years ago
parent
commit
2e482bdc6a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Network/Session.php

+ 0 - 1
src/Network/Session.php

@@ -416,7 +416,6 @@ class Session
      *
      * @param string|array $name Name of variable
      * @param string|null $value Value to write
-     * @return bool True if the write was successful, false if the write failed
      */
     public function write($name, $value = null)
     {