Merge pull request #9778 from frederic34/patch-9

add errors def to form class
This commit is contained in:
Laurent Destailleur 2018-10-19 13:01:31 +02:00 committed by GitHub
commit 324f59ecc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,11 @@ class Form
*/
public $error='';
/**
* @var string[] Array of error strings
*/
public $errors = array();
public $num;
// Cache arrays