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 56a446f commit 1892bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phalcon/flash.zep
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ abstract class Flash
*</code>
*
* @param string|array message
* @return string|void
*/
public function outputMessage(string type, var message) -> string | null
public function outputMessage(string type, var message)
{
boolean automaticHtml, implicitFlush;
var content, cssClasses, classes, typeClasses, eol, msg,
Expand Down

0 comments on commit 1892bdc

Please sign in to comment.