b13 / make

Kickstarter CLI tool for various TYPO3 functionalities
GNU General Public License v2.0
44 stars 7 forks source link

[TASK] Cast object to array to allow key() usage #21

Closed susannemoog closed 2 years ago

susannemoog commented 2 years ago

Calling key() on an object directly is deprecated. Easiest fix, in this case, is to array-cast the psr-4 object.

o-ba commented 2 years ago

Thanks for fixing.