Skip to content

Commit

Permalink
Use deprecated warning level.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 12, 2015
1 parent 971b749 commit 1014b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/Validation.php
Expand Up @@ -134,7 +134,7 @@ public static function lengthBetween($check, $min, $max)
*/
public static function blank($check)
{
trigger_error('Validation::blank() is deprecated.');
trigger_error('Validation::blank() is deprecated.', E_USER_DEPRECATED);
if (is_array($check)) {
extract(static::_defaults($check));
}
Expand Down

0 comments on commit 1014b09

Please sign in to comment.