• 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/KeyConstraintContainer.php
1
<?php
2

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

5
use Lcobucci\JWT\Validation\Constraint;
6

7
readonly class KeyConstraintContainer
8
{
9
    /**
10
     * @param Constraint\SignedWithOneInSet|null $constraints Null when an empty array would have been generated, indicating no constraint is possible. When this is null, that is an exception condition.
11
     * @param FailedKey[] $failedKeys
12
     */
13
    public function __construct(
14
        public ?Constraint\SignedWithOneInSet $constraints,
15
        public array $failedKeys,
16
    ) {
17
        //
NEW
18
    }
×
19
}
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