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

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

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

pending completion
20134

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

Jobs
ID Job ID Ran Files Coverage
7 20134.7 12 Feb 2020 04:09PM UTC 0
81.33
Travis Job 20134.7
Source Files on build 20134
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #20134
  • a0591ece on github
  • Prev Build on 2.15 (#20107)
  • Next Build on 2.15 (#20135)
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