Skip to content

Commit

Permalink
Merge pull request #10254 from sergeyklay/patch-1
Browse files Browse the repository at this point in the history
Update FilterInterface doc
  • Loading branch information
andresgutierrez committed May 6, 2015
2 parents db09235 + 55d6f1a commit 9fa60c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/filterinterface.zep
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface FilterInterface
/**
* Sanizites a value with a specified single or set of filters
*/
public function sanitize(value, filters);
public function sanitize(value, filters) -> var;

/**
* Return the user-defined filters in the instance
Expand Down

0 comments on commit 9fa60c6

Please sign in to comment.