Skip to content

Commit

Permalink
Make DependsOnInternalTokenTest.php final
Browse files Browse the repository at this point in the history
  • Loading branch information
brightbyte authored Jan 19, 2024
1 parent eb1fc18 commit 256c1ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Qossmic\Deptrac\Core\Ast\AstMap\ClassLike\ClassLikeType;
use Qossmic\Deptrac\Core\Dependency\Dependency;

class DependsOnInternalTokenTest extends TestCase
final class DependsOnInternalTokenTest extends TestCase
{
public function testGetSubscribedEvents(): void
{
Expand Down

0 comments on commit 256c1ce

Please sign in to comment.