Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit e2cbc39

Browse files
authored
Update FilterTest.php
Compat with 6.5.13
1 parent de922c7 commit e2cbc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class FilterTest extends \PHPUnit\Runner\Filter\NameFilterIterator
1313
{
14-
public function accept()
14+
public function accept():bool
1515
{
1616
$test = $this->getInnerIterator()->current();
1717

0 commit comments

Comments
 (0)