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

markitosgv / JWTRefreshTokenBundle / 31018513506
100%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2026 03:06PM UTC
Jobs 1
Files 69
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Aug 2026 03:05PM UTC coverage: 99.945%. Remained the same
31018513506

push

github

shakaran
fix: clear the code scanning alerts

Nineteen were open, all from the psalm security scan, which reports its
informational issues too. Seven were real:

- RefreshTokenFamilyTrait carried no mutation annotation while every sibling
  did, which is what psalm's taint analysis wants before it will reason about
  where a family came from. The only error-severity one.
- Four array shapes were sealed promises about keys the method never looks at.
  configureObjectManager takes the one value it reads; the rest say so with a
  trailing ellipsis.
- The primary key column is read into a variable so the emptiness check
  narrows it, rather than being re-read and taken on trust.
- DEFAULT_BATCH_SIZE gains its type; Rector had typed the class constants but
  not the interface ones.

The cast in SessionLister stays and its docblock is corrected instead: a
family is 32 hex characters and PHP turns an all-digit one into an integer
key, so the cast was doing something and the shape was the wrong part.

The remaining eleven are by design or belong to Symfony, Doctrine and API
Platform. Those are suppressed in psalm.xml.dist, scoped to the files they
concern and each with the reason, since an unexplained suppression cannot be
told apart from a bug somebody gave up on.

7 of 7 new or added lines in 2 files covered. (100.0%)

1821 of 1822 relevant lines covered (99.95%)

25.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31018513506.1 05 Aug 2026 03:06PM UTC 69
99.95
GitHub Action Run
Source Files on build 31018513506
  • Tree
  • List 69
  • Changed 6
  • Source Changed 6
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31018513506
  • 59378f55 on github
  • Prev Build on master (#31012770506)
  • Next Build on master (#31019193386)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc