Skip to content

Commit

Permalink
Merge pull request #12 from pine3ree/patch-2
Browse files Browse the repository at this point in the history
updated doc block for flashMessegner
  • Loading branch information
Matthew Weier O'Phinney committed Aug 26, 2014
2 parents 52e569c + 742326d commit 5a6ce58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Phlyty/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,11 +602,11 @@ public function urlFor($route = null, array $params = [], array $options = [])
}

/**
* Create or retrieve a flash message
* Create a flash message or retrieve the flash messages for a specific namespace
*
* @param string $name
* @param null|string $message
* @return App|string
* @return App|array
*/
public function flash($name, $message = null)
{
Expand Down

0 comments on commit 5a6ce58

Please sign in to comment.