mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
feat(describe): improves logic around hooks
This commit is contained in:
13
src/PendingCalls/Concerns/Describable.php
Normal file
13
src/PendingCalls/Concerns/Describable.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pest\PendingCalls\Concerns;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
trait Describable
|
||||
{
|
||||
public string|null $describing = null;
|
||||
}
|
||||
Reference in New Issue
Block a user