mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 04:12:12 +02:00
refactor: comments
This commit is contained in:
@ -19,6 +19,9 @@ use SebastianBergmann\GlobalState\Snapshot;
|
||||
*/
|
||||
final class DispatchingEmitter implements Emitter
|
||||
{
|
||||
/**
|
||||
* Creates a new Emitter instance.
|
||||
*/
|
||||
public function __construct(private Emitter $baseEmitter)
|
||||
{
|
||||
// ..
|
||||
|
||||
Reference in New Issue
Block a user