Skip to content

Commit

Permalink
docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Oct 12, 2016
1 parent ea96290 commit 7d316f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Validation/Validation.php
Expand Up @@ -539,7 +539,7 @@ public static function boolean($check, array $booleanValues = [])
}

/**
* Validates if passed value is truthy.
* Validates if given value is truthy.
*
* The list of what is considered to be truthy values, may be set via $truthyValues.
*
Expand All @@ -557,7 +557,7 @@ public static function truthy($check, array $truthyValues = [])
}

/**
* Validates if passed value is falsey.
* Validates if given value is falsey.
*
* The list of what is considered to be falsey values, may be set via $falseyValues.
*
Expand Down

0 comments on commit 7d316f0

Please sign in to comment.