Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Feb 24, 2023
1 parent 69e93bc commit 87c4f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/ext/reflection/ReflectionFiber.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ public function __construct(Fiber $fiber)
public function getFiber() : Fiber
{
}
public function getExecutingFile() : string
public function getExecutingFile() : ?string
{
}
public function getExecutingLine() : int
public function getExecutingLine() : ?int
{
}
public function getCallable() : callable
Expand Down

0 comments on commit 87c4f90

Please sign in to comment.