Skip to content

Commit

Permalink
IsIterable Validator namespace correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tempcke committed Aug 9, 2018
1 parent 8c447f9 commit 2d37d59
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
33 changes: 33 additions & 0 deletions .idea/util.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

namespace Logikos\Util\Config\Field\Validation\Validator;
namespace Logikos\Util\Validation\Validator;


use Logikos\Util\Config\Field\Validation\Validator;
use Logikos\Util\Validation\Validator;

class IsIterable implements Validator {
private $description;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

namespace Logikos\Util\Tests\Config\Field\Validation\Validator;
namespace LogikosTest\Util\Validation\Validator;

use Logikos\Util\Config\Field\Validation\Validator;
use Logikos\Util\Validation\Validator;

class IsIterableTest extends TestCase {
public function testSetAndGetDescription() {
Expand Down

0 comments on commit 2d37d59

Please sign in to comment.