Skip to content

Files

Latest commit

 

History

History
17 lines (10 loc) · 538 Bytes

PHPCompatibility.Lists.NewShortList.md

File metadata and controls

17 lines (10 loc) · 538 Bytes

Pattern: Use of short list syntax

Issue: -

Description

Detects short list syntax for symmetric array destructuring.

The shorthand array syntax ([]) may now be used to destructure arrays for assignments (including within foreach), as an alternative to the existing list() syntax, which is still supported.

PHP version 7.1

Further Reading