create Any matcher

This commit is contained in:
Fabio Ivona
2022-09-19 11:00:13 +02:00
parent 8275d7e08d
commit f3a748fee3
7 changed files with 36 additions and 15 deletions

9
src/Matchers/Any.php Normal file
View File

@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace Pest\Matchers;
final class Any
{
}