Skip to content

implode() order - false positive for PHP 7.4 compatibility  #890

@aristath

Description

@aristath

This is OK:

implode( ' ', [ 'foo', 'bar' ] );

however this throws an error:

implode(
  ' ',
  [ 'foo', 'bar' ]
);

(PR for that implementation is on #846)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions