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

FriendsOfPHP / PHP-CS-Fixer / 20134 / 7
89%
master: 93%

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 12 Feb 2020 04:10PM UTC
Files 386
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

12 Feb 2020 04:02PM UTC coverage: 81.328%. Remained the same
20134.7

push

travis-ci

SpacePossum
minor #4785 Improve static analysis (enumag)

This PR was merged into the 2.15 branch.

Discussion
----------

Improve static analysis

In my project I implemented a custom fixer. When scanning the project with the latest phpstan I'm getting errors like this:

```
Method App\Module\Core\PhpCsFixer\MyCustomFixer::isCandidate() has parameter $tokens with no value type specified in iterable type PhpCsFixer\Tokenizer\Tokens.
```

The correct fix for this is to make phpstan aware that the `Tokens` class only contains `Token` instances using this annotation.

Commits
-------

00d90cfe Improve static analysis

13119 of 16131 relevant lines covered (81.33%)

34.84 hits per line

Source Files on job 20134.7
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15629
  • Travis Job 20134.7
  • a0591ece on github
  • Prev Job for on 2.15 (#20107.7)
  • Next Job for on 2.15 (#20135.7)
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