From d19de02591806ccace68910d1ee5c89bd58fe838 Mon Sep 17 00:00:00 2001 From: yysa Date: Mon, 10 Nov 2014 21:06:37 +0100 Subject: [PATCH] There should be no abstract static methods --- lib/class/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/class/model.php b/lib/class/model.php index 29731f6..ab92968 100644 --- a/lib/class/model.php +++ b/lib/class/model.php @@ -568,6 +568,7 @@ abstract class Model extends Pluginable { */ abstract class VarAbstract { + // TODO: There should be no abstract static methods abstract public static function sanitize($val, &$info); public static function sani($val) {