@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/old-town-workflow |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/old-town-workflow |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\PhpUnitTest\Loader; |
7 | 7 | |
8 | 8 | use OldTown\Workflow\PhpUnit\Test\Paths; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link https://github.com/old-town/old-town-workflow |
|
4 | - * @author Malofeykin Andrey <[email protected]> |
|
5 | - */ |
|
3 | + * @link https://github.com/old-town/old-town-workflow |
|
4 | + * @author Malofeykin Andrey <[email protected]> |
|
5 | + */ |
|
6 | 6 | namespace OldTown\Workflow\PhpUnitTest\Loader; |
7 | 7 | |
8 | 8 | use OldTown\Workflow\PhpUnit\Test\Paths; |
@@ -17,10 +17,10 @@ |
||
17 | 17 | */ |
18 | 18 | class ValidatorDescriptor extends AbstractDescriptor |
19 | 19 | implements Traits\ArgsInterface, |
20 | - Traits\TypeInterface, |
|
21 | - Traits\NameInterface, |
|
22 | - Traits\CustomArgInterface, |
|
23 | - WriteXmlInterface |
|
20 | + Traits\TypeInterface, |
|
21 | + Traits\NameInterface, |
|
22 | + Traits\CustomArgInterface, |
|
23 | + WriteXmlInterface |
|
24 | 24 | { |
25 | 25 | use Traits\ArgsTrait, Traits\TypeTrait, Traits\IdTrait, Traits\NameTrait; |
26 | 26 |