Skip to content

Commit f793f20

Browse files
committed
Declare errors attribute in Validation
1 parent 6396c98 commit f793f20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Validation.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ class Validation
3232
/** @var array */
3333
protected $invalidData = [];
3434

35+
/** @var ErrorBag */
36+
public $errors;
37+
3538
/**
3639
* Constructor
3740
*

0 commit comments

Comments
 (0)