We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e93bc commit 87c4f90Copy full SHA for 87c4f90
stubs/ext/reflection/ReflectionFiber.php
@@ -10,10 +10,10 @@ public function __construct(Fiber $fiber)
10
public function getFiber() : Fiber
11
{
12
}
13
- public function getExecutingFile() : string
+ public function getExecutingFile() : ?string
14
15
16
- public function getExecutingLine() : int
+ public function getExecutingLine() : ?int
17
18
19
public function getCallable() : callable
0 commit comments