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

keradus / PHP-CS-Fixer / 2437
91%
1.11: 82%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 08 Feb 2017 01:30PM UTC
Jobs 1
Files 245
Run time 13s
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
2437

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 2437.1 (DEPLOY=yes TASK_TESTS_COVERAGE=1) 08 Feb 2017 01:24PM UTC 0
91.27
Travis Job 2437.1
Source Files on build 2437
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2437
  • 0778009c on github
  • Prev Build on 2.0 (#2436)
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