reformat code

This commit is contained in:
Daniel Seifert 2025-01-08 15:29:51 +01:00
parent ca7c96766f
commit 5059aea416
5 changed files with 11 additions and 8 deletions

View File

@ -17,4 +17,6 @@ declare(strict_types=1);
namespace D3\KlicktippPhpClient\Exceptions;
interface KlicktippExceptionInterface {}
interface KlicktippExceptionInterface
{
}

View File

@ -180,7 +180,8 @@ class SubscriptionTest extends TestCase
* @throws ReflectionException
* @covers \D3\KlicktippPhpClient\Entities\Subscription::setName
*/
public function testSetname(): void {
public function testSetname(): void
{
$sut = $this->getMockBuilder(Subscription::class)
->onlyMethods(['set'])
->setConstructorArgs([[SubscriptionEndpoint::LISTID => 'foo']])