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

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

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Repo Added 13 Dec 2014 12:58AM UTC
Files 493
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

LAST BUILD ON BRANCH 2.15
branch: 2.15
CHANGE BRANCH
x
Reset
  • 2.15
  • 1.10
  • 1.11
  • 1.12
  • 1.13
  • 1.5
  • 1.7
  • 2.0
  • 2.1
  • 2.10
  • 2.10_deprecation
  • 2.11
  • 2.12
  • 2.12_MethodArgumentSpaceFixerTest
  • 2.14
  • 2.15_fix_depr
  • 2.16
  • 2.16_update_docs
  • 2.17
  • 2.17_depr
  • 2.18
  • 2.18_header_comment_extra_Example
  • 2.19
  • 2.2
  • 2.2_coveralls
  • 2.2_fix
  • 2.2_fix_depr
  • 2.3
  • 2.4
  • 2.5
  • 2.6
  • 2.7
  • 2.8
  • 2.8_fix_conflict
  • 2.9
  • 3.0
  • 3.0_clean
  • 3.0_cleanup
  • 3.2.1
  • SpacePossum-patch-1
  • ci_fix
  • circle
  • composer-rename
  • fix_invisible
  • https-whenever-possible
  • keradus-patch-1
  • master
  • master_fix
  • revert-6634-6615_b
  • typo-fx
  • v
  • v1.10.3
  • v1.11
  • v1.11.1
  • v1.11.2
  • v1.11.3
  • v1.11.4
  • v1.11.5
  • v1.11.6
  • v1.11.7
  • v1.11.8
  • v1.12.0
  • v1.12.1
  • v2.0.0-alpha
  • v2.17.3
  • v2.17.4
  • v2.17.5
  • v2.18.1
  • v2.18.2
  • v2.18.3
  • v2.18.4
  • v2.18.5
  • v2.18.6
  • v2.18.7
  • v2.19.0
  • v2.19.1
  • v2.19.2
  • v2.19.3
  • v3.0.0
  • v3.0.0-rc.1
  • v3.0.1
  • v3.0.2
  • v3.0.3
  • v3.1.0
  • v3.10.0
  • v3.11.0
  • v3.12.0
  • v3.2.0
  • v3.2.1
  • v3.3.0
  • v3.3.1
  • v3.3.2
  • v3.4.0
  • v3.5.0
  • v3.6.0
  • v3.7.0
  • v3.8.0
  • v3.9.1
  • v3.9.2
  • v3.9.3
  • v3.9.4
  • v3.9.5
  • v3.9.6

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

Relevant lines Covered
Build:
Build:
16803 RELEVANT LINES 15020 COVERED LINES
35.7 HITS PER LINE
Source Files on 2.15
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22320 2.15 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 pars... push 20 Nov 2020 02:09PM UTC keradus travis-ci-com pending completion  
22319 2.15 bug #5274 TernaryToNullCoalescingFixer - concat precedence fix (SpacePossum) This PR was squashed before being merged into the 2.15 branch. Discussion ---------- TernaryToNullCoalescingFixer - concat precedence fix While looking into PHP8 http... push 20 Nov 2020 02:07PM UTC keradus travis-ci-com pending completion  
22281 2.15 minor #5267 Improve InstallViaComposerTest (sanmai) This PR was merged into the 2.15 branch. Discussion ---------- Improve InstallViaComposerTest This PR: - [x] Changes the test to clone only one level deep. This is faster. - [x] Changes comm... push 16 Nov 2020 11:35AM UTC SpacePossum travis-ci-com pending completion  
22280 2.15 minor #5266 PhpUnitTestCaseStaticMethodCallsFixer - PHPUnit 9.x support (sanmai) This PR was merged into the 2.15 branch. Discussion ---------- PhpUnitTestCaseStaticMethodCallsFixer - PHPUnit 9.x support This PR: - [x] Updates PhpUnitTestCase... push 16 Nov 2020 11:25AM UTC SpacePossum travis-ci-com pending completion  
22279 2.15 minor #5261 Do not update Composer twice (sanmai) This PR was merged into the 2.15 branch. Discussion ---------- Do not update Composer twice This is done already at the start of the build: https://travis-ci.com/github/FriendsOfPHP/PHP-CS-Fixe... push 16 Nov 2020 11:14AM UTC SpacePossum travis-ci-com pending completion  
22278 2.15 bug #5250 SwitchAnalyzer - fix for semicolon after case/default (kubawerlos) This PR was squashed before being merged into the 2.15 branch (closes #5250). Discussion ---------- SwitchAnalyzer - fix for semicolon after case/default See the test... push 16 Nov 2020 10:56AM UTC SpacePossum travis-ci-com pending completion  
22276 2.15 minor #5254 PHP8 - mixed type support (SpacePossum) This PR was merged into the 2.15 branch. Discussion ---------- PHP8 - mixed type support On master check `phpdoc_to_param_type` as well. `PhpdocToReturnTypeFixer` could support: ``` ... push 16 Nov 2020 10:45AM UTC SpacePossum travis-ci-com pending completion  
22275 2.15 minor #5263 PHP8 support (SpacePossum) This PR was merged into the 2.15 branch. Discussion ---------- PHP8 support Commits ------- 5e27c8d95 PHP8 support push 16 Nov 2020 10:34AM UTC SpacePossum travis-ci-com pending completion  
22274 2.15 bug #5253 IO - fix cache info message (SpacePossum) This PR was merged into the 2.15 branch. Discussion ---------- IO - fix cache info message When you run the tool from code the cache is not used, however it outputs that it using a cache file... push 16 Nov 2020 10:25AM UTC SpacePossum travis-ci-com pending completion  
22273 2.15 bug #5248 NoBreakCommentFixer - fix throw detect (SpacePossum) This PR was merged into the 2.15 branch. Discussion ---------- NoBreakCommentFixer - fix throw detect closes https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/5247 Commits -----... push 16 Nov 2020 10:14AM UTC SpacePossum travis-ci-com pending completion  
See All Builds (15923)
  • Repo on GitHub
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