Skip to content

Commit a793e31

Browse files
committed
chore: ignore false positive for unused class
1 parent 321140b commit a793e31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Instrumentation/Laravel/tests/Fixtures/Models/TestModel.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
use Illuminate\Database\Eloquent\Model;
88

9+
/**
10+
* @psalm-suppress UnusedClass
11+
*/
912
class TestModel extends Model
1013
{
1114
protected $table = 'test_models';

0 commit comments

Comments
 (0)