@@ -57,8 +57,7 @@ |
||
57 | 57 | if ($value === null) { |
58 | 58 | $this->lastError = sprintf('Field "%s" must not be NULL', $this->getName()); |
59 | 59 | return false; |
60 | - } |
|
61 | - else { |
|
60 | + } else { |
|
62 | 61 | $this->lastError = null; |
63 | 62 | } |
64 | 63 |