mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 08:43:13 +08:00
Added property types to some classes
This commit is contained in:
@@ -25,8 +25,7 @@ class ValidationException extends InvalidArgumentException implements ProblemDet
|
||||
private const TITLE = 'Invalid data';
|
||||
private const TYPE = 'INVALID_ARGUMENT';
|
||||
|
||||
/** @var array */
|
||||
private $invalidElements;
|
||||
private array $invalidElements;
|
||||
|
||||
public static function fromInputFilter(InputFilterInterface $inputFilter, ?Throwable $prev = null): self
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user