Skip to content

Commit fcf3bec

Browse files
committed
Fix code style
1 parent 057688e commit fcf3bec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/Unit/Api/AttachmentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* @author Malte Gerth <mail@malte-gerth.de>
1313
*/
14-
#[CoversClass(Attachment::class)]
14+
#[CoversClass(Attachment::class)]
1515
class AttachmentTest extends TestCase
1616
{
1717
/**

tests/Unit/Client/NativeCurlClientTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Redmine\Http\HttpClient;
1616
use stdClass;
1717

18-
1918
#[CoversClass(NativeCurlClient::class)]
2019
class NativeCurlClientTest extends TestCase
2120
{

0 commit comments

Comments
 (0)