Skip to content

Commit

Permalink
Remove outdated doc block note.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jan 2, 2015
1 parent ede3fc6 commit 232abb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Validation/Validator.php
Expand Up @@ -82,7 +82,6 @@ public function __construct()
* @param array $data The data to be checked for errors
* @param bool $newRecord whether the data to be validated is new or to be updated.
* @return array Array of invalid fields
* @see Validator::validates()
*/
public function errors(array $data, $newRecord = true)
{
Expand Down

0 comments on commit 232abb7

Please sign in to comment.