Skip to content

Commit 7185366

Browse files
committed
removed unused namespace and added fqn
1 parent 46c1bfa commit 7185366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Form/Examples/CategoryParams3.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
namespace Tests\Form\Examples;
44

5+
use Form\Form;
56
use Form\Filter\Scalar;
67
use Form\Validator\IsType;
78
use Form\Validator\Integer\Between as IntBetween;
89
use Form\Validator\String\Length\Between as StrBetween;
910

10-
class CategoryParams3 extends \Form\Form
11+
class CategoryParams3 extends Form
1112
{
1213
const ERROR_CODE = 'category.params.3';
1314

tests/Form/Examples/SomeParam.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Tests\Form\Examples;
44

5-
use \Form\Form;
65
use \Form\Validator\Integer\MoreThan as IntMoreThan;
76
use \Form\Filter\Scalar as FilterScalar;
87
use \Form\Validator\IsType;

0 commit comments

Comments
 (0)