Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typos
  • Loading branch information
ravage84 committed Oct 31, 2018
1 parent deecfd4 commit 19457c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Validation/Validator.php
Expand Up @@ -2306,7 +2306,7 @@ protected function _canBeEmpty($field, $context)
/**
* Returns true if the field is empty in the passed data array
*
* @param mixed $data value to check against
* @param mixed $data Value to check against.
* @return bool
* @deprecated Use isEmpty() instead
*/
Expand All @@ -2318,7 +2318,7 @@ protected function _fieldIsEmpty($data)
/**
* Returns true if the field is empty in the passed data array
*
* @param mixed $data value to check against
* @param mixed $data Value to check against.
* @param int $flags A bitmask of EMPTY_* flags which specify what is empty
* @return bool
*/
Expand Down

0 comments on commit 19457c2

Please sign in to comment.