Files
pest/src/Factories/Covers/CoversFunction.php
Nuno Maduro 4783334f15 chore: style
2024-07-11 09:35:38 +01:00

14 lines
179 B
PHP

<?php
declare(strict_types=1);
namespace Pest\Factories\Covers;
/**
* @internal
*/
final class CoversFunction
{
public function __construct(public string $function) {}
}