valitron
valitron copied to clipboard
compatibility with php8.1
- changed method used in test to fix below warning
1) ValidateAddInstanceRuleTest::testUniqueRuleName assertRegExp() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertMatchesRegularExpression() instead. - added early return for case of value being null to fix below warning
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated
@vlucas Can you merge and release this?