mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01: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