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

keradus / PHP-CS-Fixer / 2937 / 1
82%
1.11: 82%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 24 Jun 2017 02:44PM UTC
Files 269
Run time 9s
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

24 Jun 2017 02:18PM UTC coverage: 76.357% (-0.001%) from 76.358%
DEPLOY=yes TASK_TESTS_COVERAGE=1

push

travis-ci

keradus
minor #2875 HelpCommand - recursive layout fix (SpacePossum)

This PR was squashed before being merged into the 2.2 branch (closes #2875).

Discussion
----------

HelpCommand - recursive layout fix

old

```
 * Example #2. Fixing with configuration: ['functions' => array ( 'phpversion', )].
   ---------- begin diff ----------
   --- Original
   +++ New
   @@ @@
    <?php
   -echo phpversion();
   +echo PHP_VERSION;
    echo pi();
   ----------- end diff -----------
```

new

```
 * Example #2. Fixing with configuration: ['functions' => ['phpversion']].
   ---------- begin diff ----------
   --- Original
   +++ New
   @@ @@
    <?php
   -echo phpversion();
   +echo PHP_VERSION;
    echo pi();
   ----------- end diff -----------
```

Commits
-------

57936915 HelpCommand - recursive layout fix

6947 of 9098 relevant lines covered (76.36%)

24.35 hits per line

Source Files on job 2937.1 (DEPLOY=yes TASK_TESTS_COVERAGE=1)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2937
  • Travis Job 2937.1
  • f0beb1c6 on github
  • Prev Job for DEPLOY=yes TASK_TESTS_COVERAGE=1 on 2.2 (#2925.1)
  • Next Job for COLLECT_COVERAGE=1 on 2.2 (#2936.4)
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