Skip to content

Commit

Permalink
@return void for docblock
Browse files Browse the repository at this point in the history
Thanks @jadb and @ADmad for the note about docblock
  • Loading branch information
luke83 committed Feb 18, 2015
1 parent 2e482bd commit 29af963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Network/Session.php
Expand Up @@ -416,6 +416,7 @@ public function consume($name)
*
* @param string|array $name Name of variable
* @param string|null $value Value to write
* @return void
*/
public function write($name, $value = null)
{
Expand Down

0 comments on commit 29af963

Please sign in to comment.