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

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

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 24 Jun 2017 02:44PM UTC
Jobs 1
Files 269
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
2937

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

Jobs
ID Job ID Ran Files Coverage
1 2937.1 (DEPLOY=yes TASK_TESTS_COVERAGE=1) 24 Jun 2017 02:39PM UTC 0
76.36
Travis Job 2937.1
Source Files on build 2937
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2937
  • f0beb1c6 on github
  • Prev Build on 2.2 (#2925)
  • Next Build on 2.2 (#2936)
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