mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Continue improving type hints
This commit is contained in:
parent
eb376c87bd
commit
703e1a7a03
73 changed files with 98 additions and 114 deletions
|
@ -1,10 +1,8 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
/**
|
||||
* @property array<\Exception> $Exceptions
|
||||
*/
|
||||
class ValidationException extends AppException{
|
||||
/** @var array<\Exception> $Exceptions */
|
||||
public $Exceptions = [];
|
||||
public bool $HasExceptions = false;
|
||||
public bool $IsFatal = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue