PHPCSStandards / PHPCSUtils

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

PassedParameters: fix type in docs #528

Closed jrfnl closed 11 months ago

jrfnl commented 11 months ago

Depending on whether named parameters are used or not, the keys for the return array from getParameters() can be a mix of integers and strings.