Skip to content

Commit 26822ea

Browse files
committed
style: correct code style violations
1 parent dc1b2fc commit 26822ea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/ConnectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public function testResponseIsLoggedIfAcquiringTokensFailed(): void
9191

9292
public function endpointsThatDontUseDivisionInUrl(): \Generator
9393
{
94-
9594
yield 'System users endpoint' => ['system/Users'];
9695
yield 'Me endpoint' => ['current/Me'];
9796
}

tests/ModelTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Picqer\Tests;
44

5-
use Generator;
65
use PHPUnit\Framework\TestCase;
76
use Picqer\Financials\Exact\Item;
87
use Picqer\Financials\Exact\Query\Resultset;

0 commit comments

Comments
 (0)