Skip to content

Commit a64de8a

Browse files
Narrow type
1 parent a230042 commit a64de8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Event/Value/Test/Issue/IssueTrigger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static function unknown(): self
2626
return new self(null, null);
2727
}
2828

29-
public static function from(Code $callee, ?Code $caller = null): self
29+
public static function from(Code $callee, Code $caller): self
3030
{
3131
return new self($callee, $caller);
3232
}

0 commit comments

Comments
 (0)