• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

devnix / psl / 20070646600

09 Dec 2025 04:23PM UTC coverage: 98.44%. Remained the same
20070646600

push

github

web-flow
revert(option): revert #475

Removes `param-immediately-invoked-callable` annotations.

They are indeed immediately called, but only if `Option` is `Some`. Here, PHPStan assumes that the callback is always called, and thinks that any code below `unwrapOrElse` is unreachable:

```php
$option
    ->unwrapOrElse(static fn (): never => throw new NotFoundHttpException());

// Unreachable statement - code above always terminates
// ...
```

6312 of 6412 relevant lines covered (98.44%)

48.5 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

87.5
/src/Psl/DateTime/Internal/high_resolution_time.php


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc