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

FriendsOfPHP / PHP-CS-Fixer / 22320
89%
master: 93%

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 20 Nov 2020 02:16PM UTC
Jobs 1
Files 427
Run time 45s
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
22320

push

travis-ci-com

keradus
minor #5276 PHP8 - add NoUnreachableDefaultArgumentValueFixer to risky set (SpacePossum)

This PR was merged into the 2.15 branch.

Discussion
----------

PHP8 - add NoUnreachableDefaultArgumentValueFixer to risky set

The following no longer parses on PHP8

```php
<?php

function foo($a = 1, $b){

}
```

https://3v4l.org/RQha3

```php
<?php
class Point {
    public function Point(
        public float $x = 70.0) {}
}

$a = new Point();
echo $a->x;
```

https://3v4l.org/OG8r1

Commits
-------

2fb604455 PHP8 - update sets

15020 of 16803 relevant lines covered (89.39%)

35.7 hits per line

Jobs
ID Job ID Ran Files Coverage
7 22320.7 (DEFAULT_COMPOSER_FLAGS="--optimize-autoloader --no-interaction --no-progress" COMPOSER_FLAGS="") 20 Nov 2020 02:09PM UTC 0
89.39
Travis Job 22320.7
Source Files on build 22320
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #22320
  • c02b834e on github
  • Prev Build on 2.15 (#22319)
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

© 2025 Coveralls, Inc