Skip to content

Commit

Permalink
升级 phpstan/phpstan 到 1.0 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX authored Nov 5, 2021
1 parent 3c80c88 commit 2989e16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Server/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ public function start(): void
}
catch (\Throwable $th)
{
// @phpstan-ignore-next-line
if (true !== $this->getBean('HttpErrorHandler')->handle($th))
{
// @phpstan-ignore-next-line
App::getBean('ErrorLog')->onException($th);
}
}
Expand Down

0 comments on commit 2989e16

Please sign in to comment.