Skip to content

Commit a967ce1

Browse files
committed
remove doc-comment
1 parent dda653a commit a967ce1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Laravel/CollectionAssertions.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77

88
trait CollectionAssertions
99
{
10-
/**
11-
* @param $expected
12-
* @param Enumerable $actual
13-
*/
1410
public static function assertContains($expected, $actual): void
1511
{
1612
PHPUnit::assertInstanceOf(Enumerable::class, $actual);

0 commit comments

Comments
 (0)