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

FriendsOfPHP / PHP-CS-Fixer / 8793
91%
master: 93%

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 08 Feb 2017 08:24AM UTC
Jobs 1
Files 245
Run time 11s
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
8793

push

travis-ci

keradus
minor #2521 SCA trailing spces check - ouput lines with trailing white space (SpacePossum)

This PR was merged into the 2.0 branch.

Discussion
----------

SCA trailing spces check - ouput lines with trailing white space

Current:
```bash
[08:50 AM]-[possum@zoo]-[/home/possum/work/PHP-CS-Fixer]-[git master_FunctionToConstantFixer]
$ find . -type f -not -path "./.git/*" -not -path "./vendor/*" -not -path "./tests/Fixtures/*" -exec egrep -l " $" {} \;
./tests/Fixer/LanguageConstruct/FunctionToConstantFixerTest.php
```

Proposed:
```bash
[08:49 AM]-[possum@zoo]-[/home/possum/work/PHP-CS-Fixer]-[git master_FunctionToConstantFixer]
$ find . -type f -not -path "./.git/*" -not -path "./vendor/*" -not -path "./tests/Fixtures/*" -exec egrep -nH " $" {} \;
./tests/Fixer/LanguageConstruct/FunctionToConstantFixerTest.php:112:    $b
./tests/Fixer/LanguageConstruct/FunctionToConstantFixerTest.php:118:    || $c < pi()
```

Commits
-------

7cbd48af Update .travis.yml

7195 of 7883 relevant lines covered (91.27%)

273.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8793.1 (DEPLOY=yes TASK_TESTS_COVERAGE=1) 08 Feb 2017 08:17AM UTC 0
91.27
Travis Job 8793.1
Source Files on build 8793
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8793
  • 0778009c on github
  • Prev Build on 2.0 (#8773)
  • Next Build on 2.0 (#8798)
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