Problem/Motivation

https://www.drupal.org/project/coder/releases/8.3.18 released at 18 Apr 2023 at 15:18 CEST

Also it fixes issues with array/iterators definition which needs coding standards issue resolved #3309010: Support PHPDoc Types in @param @var @return annotations

Proposed resolution

Check possible failed sniffers

$ composer update drupal/coder
$ composer run phpcs -- -ps

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3358739-2.patch2.05 KBandypost

Comments

andypost created an issue. See original summary.

andypost’s picture

Status: Active » Needs review
StatusFileSize
new2.05 KB
dww’s picture

Status: Needs review » Reviewed & tested by the community

Great, thanks! Patch (only) does what it says. Bot is happy. Title is accurate. This will unblock other work. RTBC.

dww’s picture

Eg, #3161129-50: [PP-1] Fix phpdoc return type for RouteProvider::getAllRoutes() shows this upgrade letting us start to properly document iterators.

  • catch committed f26c1f03 on 10.1.x
    Issue #3358739 by andypost, dww: Update coder to 8.3.18
    
    (cherry picked...

  • catch committed d8408c2c on 11.x
    Issue #3358739 by andypost, dww: Update coder to 8.3.18
    
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 11.x and 10.1.x, thanks!

wim leers’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.