There should be no abstract static methods

This commit is contained in:
yysa 2014-11-10 21:06:37 +01:00
parent d3eb34e103
commit d19de02591
1 changed files with 1 additions and 0 deletions

View File

@ -568,6 +568,7 @@ abstract class Model extends Pluginable {
*/ */
abstract class VarAbstract abstract class VarAbstract
{ {
// TODO: There should be no abstract static methods
abstract public static function sanitize($val, &$info); abstract public static function sanitize($val, &$info);
public static function sani($val) { public static function sani($val) {