Skip to content

Commit

Permalink
improve doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Oct 5, 2016
1 parent 2f5962e commit 61608ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/Validation.php
Expand Up @@ -559,7 +559,7 @@ public static function truthy($check, array $truthyValues = [])
/**
* Validates if passed value is falsey.
*
* The list of what is considered to be truthy values, may be set via $falseyValues.
* The list of what is considered to be falsey values, may be set via $falseyValues.
*
* @param boolean|integer|string $check Value to check.
* @param array $falseyValues List of valid falsey values, defaults to `[false, 0, '0']`.
Expand Down

0 comments on commit 61608ca

Please sign in to comment.