phpstan level 8 preparation

This commit is contained in:
Spine
2025-07-28 16:55:16 +02:00
parent 889766f032
commit 3e9b2bcb4f
37 changed files with 560 additions and 330 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class BaseObjectTest extends TestCase {
$date = $object->banDate();
$this->assertTrue($object->setFieldNow('BanDate')->modify(), 'base-object-aux-now');
$this->assertNotEquals($date, $object->banDate(), 'base-object-aux-remodified');
$this->assertTrue(Helper::recentDate($object->banDate()), 'base-object-aux-recent');
$this->assertTrue(Helper::recentDate((string)$object->banDate()), 'base-object-aux-recent');
}
public function testObjectGenerator(): void {