Skip to content

Commit 74e1b39

Browse files
alies-devgithub-actions[bot]
authored andcommitted
Fix coding style
1 parent 3041e56 commit 74e1b39

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/CacheTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use PHPUnit\Framework\Attributes\CoversClass;
1111
use PHPUnit\Framework\Attributes\Test;
1212

13+
/**
14+
* @coversNothing
15+
*/
1316
#[CoversClass(Cache::class)]
1417
class CacheTest extends TestCase
1518
{

tests/TestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
use InteractionDesignFoundation\GeoIP\GeoIP;
88
use PHPUnit\Framework\Attributes\CoversNothing;
99

10+
/**
11+
* @coversNothing
12+
*/
1013
#[CoversNothing]
1114
class TestCase extends \Orchestra\Testbench\TestCase
1215
{

0 commit comments

Comments
 (0)