Skip to content

Commit dd6905d

Browse files
author
MateuszKolankowski
committed
Declare MenuAssert class as final
1 parent 834b8b8 commit dd6905d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/Menu/MenuAssert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use PHPUnit\Framework\Assert;
1414
use PHPUnit\Framework\Constraint\LogicalNot;
1515

16-
class MenuAssert
16+
final class MenuAssert
1717
{
1818
/**
1919
* @param string[] $path

0 commit comments

Comments
 (0)