Skip to content

Commit

Permalink
Merge pull request #653 from sergeyklay/3.0.x
Browse files Browse the repository at this point in the history
Fixed PSR errors
  • Loading branch information
sergeyklay authored Jul 29, 2016
2 parents 263fd75 + 2b0dba9 commit e9f83b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Library/Phalcon/Validation/Validator/ConfirmationOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

namespace Phalcon\Validation\Validator;

use Phalcon\Validation,
Phalcon\Validation\Validator,
Phalcon\Validation\Exception;
use Phalcon\Validation;
use Phalcon\Validation\Validator;
use Phalcon\Validation\Exception;

/**
* Validates confirmation of other field value
Expand All @@ -33,7 +33,7 @@
* 'allowEmpty' => {bool - allow empty value}
* ])
* </code>
*
*
* @package Phalcon\Validation\Validator
*/
class ConfirmationOf extends Validator
Expand Down
2 changes: 1 addition & 1 deletion Library/Phalcon/Validation/Validator/PasswordStrength.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* 'allowEmpty' => {bool - allow empty value}
* ])
* </code>
*
*
* @package Phalcon\Validation\Validator
*/
class PasswordStrength extends Validation\Validator
Expand Down

0 comments on commit e9f83b8

Please sign in to comment.