Files
pest/src/PendingCalls/Concerns/Describable.php
2023-07-15 15:11:03 +01:00

14 lines
154 B
PHP

<?php
declare(strict_types=1);
namespace Pest\PendingCalls\Concerns;
/**
* @internal
*/
trait Describable
{
public ?string $describing = null;
}