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

FriendsOfPHP / PHP-CS-Fixer / 10724
82%
master: 93%

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 24 Jun 2017 02:39PM 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
10724

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 10724.1 (DEPLOY=yes TASK_TESTS_COVERAGE=1) 24 Jun 2017 02:29PM UTC 0
76.36
Travis Job 10724.1
Source Files on build 10724
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10724
  • f0beb1c6 on github
  • Prev Build on 2.2 (#10719)
  • Next Build on 2.2 (#10733)
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