There was an error while loading. Please reload this page.
1 parent a230042 commit a64de8aCopy full SHA for a64de8a
1 file changed
src/Event/Value/Test/Issue/IssueTrigger.php
@@ -26,7 +26,7 @@ public static function unknown(): self
26
return new self(null, null);
27
}
28
29
- public static function from(Code $callee, ?Code $caller = null): self
+ public static function from(Code $callee, Code $caller): self
30
{
31
return new self($callee, $caller);
32
0 commit comments