Рефакторинг

This commit is contained in:
origami11 2017-02-17 15:08:12 +03:00
parent 1b5852cc43
commit 981a1d0f0f
11 changed files with 626 additions and 270 deletions

View file

@ -1,6 +1,6 @@
<?php
class Validator_Rule_Notnull extends Rule_Abstract
class Validator_Rule_Notnull extends Validator_Rule_Abstract
{
function skipEmpty() {
return false;