There should be no abstract static methods
This commit is contained in:
parent
d3eb34e103
commit
d19de02591
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue