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

NIT-Administrative-Systems / SysDev-laravel-soa / 23020429101

12 Mar 2026 07:38PM UTC coverage: 42.393% (+2.6%) from 39.779%
23020429101

push

github

web-flow
JWT Dependency Bump & Addressing Breaking Changes (#188)

Co-authored-by: Danny Foster <danny@foster.sh>

38 of 70 new or added lines in 4 files covered. (54.29%)

326 of 769 relevant lines covered (42.39%)

18.77 hits per line

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

0.0
/src/Auth/OAuth2/Key/FailedKey.php
1
<?php
2

3
namespace Northwestern\SysDev\SOA\Auth\OAuth2\Key;
4

5
use Firebase\JWT\Key;
6
use Throwable;
7

8
/**
9
 * Represents a key that could not be converted into a constraint by {@see KeyToConstraintAdapter}.
10
 */
11
readonly class FailedKey
12
{
13
    public function __construct(
14
        public string     $summary,
15
        public Key        $key,
16
        public ?Throwable $e,
17
    ) {
18
        //
NEW
19
    }
×
20
}
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