Browse Source

Remove outdated doc block note.

euromark 11 years ago
parent
commit
232abb7f06
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Validation/Validator.php

+ 0 - 1
src/Validation/Validator.php

@@ -82,7 +82,6 @@ class Validator implements \ArrayAccess, \IteratorAggregate, \Countable
      * @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)
     {