Skip to content

Commit

Permalink
Update flash.zep
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 13, 2016
1 parent 2f734ce commit 56a446f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/flash.zep
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ abstract class Flash
*
* @param string|array message
*/
public function outputMessage(string type, var message)
public function outputMessage(string type, var message) -> string | null
{
boolean automaticHtml, implicitFlush;
var content, cssClasses, classes, typeClasses, eol, msg,
Expand Down

0 comments on commit 56a446f

Please sign in to comment.