PHP-CSS-Parser icon indicating copy to clipboard operation
PHP-CSS-Parser copied to clipboard

Set up the infrastructure for class aliases

Open oliverklee opened this issue 1 year ago • 1 comments

https://packagist.org/packages/typo3/class-alias-loader

This allows us to rename classes without breaking things.

oliverklee avatar Feb 24 '24 16:02 oliverklee

This jogs a memory. I have used class_alias to mitigate migrating to namespaces and PSR-4. It was a godsend, IIRC.

JakeQZ avatar Feb 25 '24 02:02 JakeQZ