Browse Source

The stricter the better

tags/2.0.6
Alexander Makarov 9 years ago
parent
commit
4f6f041e8b
  1. 2
      framework/validators/Validator.php

2
framework/validators/Validator.php

@ -165,7 +165,7 @@ class Validator extends Component
*
* ```php
* function (attribute, value) {
* return $('#country').val() == 'USA';
* return $('#country').val() === 'USA';
* }
* ```
*

Loading…
Cancel
Save