valitron icon indicating copy to clipboard operation
valitron copied to clipboard

compatibility with php8.1

Open togishima opened this issue 2 years ago • 1 comments

  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.
  2. 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

togishima avatar Dec 22 '22 02:12 togishima

@vlucas Can you merge and release this?

ccerrillo avatar Dec 08 '23 16:12 ccerrillo