This commit is contained in:
Alexandre Gomes Gaigalas 2010-09-27 18:47:13 -03:00
parent ffb2e3cdb5
commit 33435b6b36

View file

@ -4,7 +4,7 @@ Respect\Validation aims to be the most awesome validation toolkit ever created.
Here some nice little things you can do using it:
<?php
bc.. <?php
use Respect\Validation\Validator as v;
@ -69,6 +69,6 @@ Here some nice little things you can do using it:
$validator = new v\Rules\Numeric();
$validator->validate(123);
.p