mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
Any Matcher refactor
This commit is contained in:
@ -4,6 +4,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace Pest\Matchers;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class Any
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user