phpstan level 8 preparation

This commit is contained in:
Spine
2025-04-22 23:19:44 +00:00
parent 889766f032
commit 3e9b2bcb4f
37 changed files with 560 additions and 330 deletions

View File

@@ -51,6 +51,7 @@ class RequestTest extends TestCase {
$this->assertStringNotContainsString(' (bonus VIP)', $this->request->urlencodeTitle(), 'request-urlencode-title');
$artistMan = new Manager\Artist();
$artistName = 'phpunit req ' . randomString(6);
$this->assertInstanceOf(ArtistRole\Request::class, $this->request->artistRole(), 'request-add-artist-role');
$this->assertEquals(
1,
$this->request->artistRole()->set(