Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spiechu committed Jun 6, 2011
1 parent ccbcbcb commit 41fce2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/Spiechu/StaticValidator/Validator.php
Expand Up @@ -178,8 +178,8 @@ protected static function extractFunction($name)
* @param numeric $var value to check
* @param array $args condition type and value to check against
* @return bool
* @throws StaticValidatorDataTypeMismatchException when $var or $args['warunek'] is not numeric
* @throws StaticValidatorException when $args['func'] is other than eq, lt, gt
* @throws StaticValidatorDataTypeMismatchException when $var or $args['condition'] is not numeric
* @throws StaticValidatorException when $args['subfunc'] is other than eq, lt, gt
*/
protected static function eqLtGt($var , array $args)
{
Expand Down Expand Up @@ -257,7 +257,7 @@ protected static function between($var , array $arg)
}

/**
* Checks if $var string is between given lenght.
* Checks if $var string is between given length.
* @param string $var to check
* @param array $args
* @return bool
Expand Down

0 comments on commit 41fce2d

Please sign in to comment.