PHPCSStandards / PHPCSUtils

A suite of utility functions for use with PHP_CodeSniffer
https://phpcsutils.com/
GNU Lesser General Public License v3.0
53 stars 7 forks source link

AbstractArrayDeclaration::GetActualArrayKey(): add extra test #621

Closed jrfnl closed 3 weeks ago

jrfnl commented 3 weeks ago

Includes adding extra safeguard to verify that the keys determined by getActualArrayKey() match the PHP native handling of keys (for select tests).