Skip to content

Commit 377ae88

Browse files
authored
Apply fixes from StyleCI (#85)
1 parent f097a52 commit 377ae88

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/NotionApiTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
namespace FiveamCode\LaravelNotionApi\Tests;
44

5-
use FiveamCode\LaravelNotionApi\Notion;
65
use FiveamCode\LaravelNotionApi\NotionFacade;
76
use Illuminate\Support\Collection;
87
use Orchestra\Testbench\TestCase as Orchestra;
98

10-
/**
11-
*
12-
*/
139
class NotionApiTest extends Orchestra
1410
{
1511
/**
@@ -46,5 +42,4 @@ protected function assertContainsInstanceOf(string $class, $haystack): bool
4642

4743
return false;
4844
}
49-
5045
}

0 commit comments

Comments
 (0)