reformat code
This commit is contained in:
parent
ca7c96766f
commit
5059aea416
@ -17,4 +17,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace D3\KlicktippPhpClient\Exceptions;
|
||||
|
||||
interface KlicktippExceptionInterface {}
|
||||
interface KlicktippExceptionInterface
|
||||
{
|
||||
}
|
||||
|
@ -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']])
|
||||
|
Loading…
x
Reference in New Issue
Block a user