We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c1bfa commit 7185366Copy full SHA for 7185366
tests/Form/Examples/CategoryParams3.php
@@ -2,12 +2,13 @@
2
3
namespace Tests\Form\Examples;
4
5
+use Form\Form;
6
use Form\Filter\Scalar;
7
use Form\Validator\IsType;
8
use Form\Validator\Integer\Between as IntBetween;
9
use Form\Validator\String\Length\Between as StrBetween;
10
-class CategoryParams3 extends \Form\Form
11
+class CategoryParams3 extends Form
12
{
13
const ERROR_CODE = 'category.params.3';
14
tests/Form/Examples/SomeParam.php
@@ -2,7 +2,6 @@
-use \Form\Form;
use \Form\Validator\Integer\MoreThan as IntMoreThan;
use \Form\Filter\Scalar as FilterScalar;
use \Form\Validator\IsType;
0 commit comments