mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
create Any matcher
This commit is contained in:
9
src/Matchers/Any.php
Normal file
9
src/Matchers/Any.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pest\Matchers;
|
||||
|
||||
final class Any
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user