Skip to content

Commit

Permalink
adds extension to coveralls.yml in .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
sndsgd committed Jun 9, 2015
1 parent 4cc9252 commit a21040d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.coveralls export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
Expand Down
3 changes: 3 additions & 0 deletions src/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@ public function validate(Collection $collection = null)
return count($this->errors) === 0;
}

/**
* @return array<sndsgd\field\Error>
*/
public function getErrors()
{
return $this->errors;
Expand Down

0 comments on commit a21040d

Please sign in to comment.