Skip to content

Commit

Permalink
Rename lib to Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierozi committed Sep 14, 2016
1 parent 9991a88 commit ad55ae4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Checker/Scalar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Plab\Parameter\Checker;
namespace Plab\Validator\Checker;

trait Scalar
{
Expand Down
2 changes: 1 addition & 1 deletion src/Converter/Scalar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Plab\Parameter\Converter;
namespace Plab\Validator\Converter;

use Hoa\Ustring\Ustring;

Expand Down
2 changes: 1 addition & 1 deletion src/Operator/Scalar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Plab\Parameter\Operator;
namespace Plab\Validator\Operator;

trait Scalar
{
Expand Down
4 changes: 2 additions & 2 deletions src/Parameter.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

namespace Plab\Parameter;
namespace Plab\Validator;

/**
* Class Parameter
* @package Plab\Parameter
* @package Plab\Validator
*/
abstract class Parameter
{
Expand Down
4 changes: 2 additions & 2 deletions src/Parameters.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

namespace Plab\Parameter;
namespace Plab\Validator;

/**
* Class Parameters
* @package Plab\Parameter
* @package Plab\Validator
*/
class Parameters implements \Iterator, \Countable
{
Expand Down

0 comments on commit ad55ae4

Please sign in to comment.