Skip to content

Commit

Permalink
Make it compatible with PHP 8.2 (#110)
Browse files Browse the repository at this point in the history
* Make it compatible with PHP 8.2

* Make it compatible with PHP 5.4
  • Loading branch information
elias-playfinder authored Aug 7, 2024
1 parent a821e65 commit 96d1621
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Validators/BaseValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

class BaseValidator implements ValidatorInterface
{
/**
* @var string
*/
protected $classname;

/**
* Coerce given value to the type the validator is validating against.
* PLEASE NOTE: no checks are performed on the given $value.
Expand Down

0 comments on commit 96d1621

Please sign in to comment.