Quality of life. Removing a lot of requirements etc

This commit is contained in:
2025-02-28 13:57:22 +00:00
parent e074e00c43
commit 2070c11050
13 changed files with 25 additions and 2889 deletions

View File

@ -22,6 +22,7 @@ final class NtfyTest extends TestCase
*/
private MockObject $client;
#[\Override]
protected function setUp(): void
{
$this->client = $this->createMock(Client::class);
@ -29,7 +30,7 @@ final class NtfyTest extends TestCase
}
/**
* @SuppressWarnings(PHPMD.StaticAccess)
* @SuppressWarnings("PHPMD.StaticAccess")
*/
public function testFactory(): void
{