Skip to content

Commit 87c4f90

Browse files
committed
Update stubs
1 parent 69e93bc commit 87c4f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/ext/reflection/ReflectionFiber.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ public function __construct(Fiber $fiber)
1010
public function getFiber() : Fiber
1111
{
1212
}
13-
public function getExecutingFile() : string
13+
public function getExecutingFile() : ?string
1414
{
1515
}
16-
public function getExecutingLine() : int
16+
public function getExecutingLine() : ?int
1717
{
1818
}
1919
public function getCallable() : callable

0 commit comments

Comments
 (0)