yii
yii copied to clipboard
Param fix
| Q | A |
|---|---|
| Is bugfix? | ✔️ |
| New feature? | ❌ |
| Breaks BC? | ❌ |
| Tests pass? | ✔️ |
| Fixed issues | Param issue in function docblock |
itemAt accepts mixed, so this change makes sense.
The class implements https://www.php.net/manual/en/class.arrayaccess.php which by now defines the param as $mixed. Is this the excepion in the source code or are there more similar changes to be made?
The class implements https://www.php.net/manual/en/class.arrayaccess.php which by now defines the param as
$mixed. Is this the excepion in the source code or are there more similar changes to be made?
No idea, honestly. Want me to grep around for array access interface?
Pushed some more fixes. Skipped CCache, since it's only accepting string. Also skipping CList.
@marcovtwout This can be merged :)