Skip to content

Commit

Permalink
Add @phpstan-ignore comment on src/
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiroh committed Dec 22, 2024
1 parent 07b8b0d commit f5a7a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Process/PendingProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ public function run(array|string|null $command = null, ?callable $output = null)

return new ProcessResult(tap($process)->run($output));
} catch (SymfonyTimeoutException $e) {
/** @phpstan-ignore variable.undefined */
throw new ProcessTimedOutException($e, new ProcessResult($process));
}
}
Expand Down

0 comments on commit f5a7a9c

Please # to comment.