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

PassedParameters: fix type in docs #528

Closed jrfnl closed 9 months ago

jrfnl commented 9 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.