Browse Source

@return void for docblock

Thanks @jadb and @ADmad for the note about docblock
luke83 11 years ago
parent
commit
29af963351
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Network/Session.php

+ 1 - 0
src/Network/Session.php

@@ -416,6 +416,7 @@ class Session
      *
      * @param string|array $name Name of variable
      * @param string|null $value Value to write
+     * @return void
      */
     public function write($name, $value = null)
     {