Since inclusion of the polyfill for the Override attribute https://github.com/ScientaNL/DoctrineJsonFunctions/blob/master/polyfill/override.php it broke our rector + phpstan configuration. AS phpstan is loading the file , there is no problem with symfony polyfills, since we can exclude them in composer.json using replaces section.
Is there an option that this library could use symfony polyfill library?
Since inclusion of the polyfill for the Override attribute https://github.com/ScientaNL/DoctrineJsonFunctions/blob/master/polyfill/override.php it broke our rector + phpstan configuration. AS phpstan is loading the file , there is no problem with symfony polyfills, since we can exclude them in composer.json using
replacessection.Is there an option that this library could use symfony polyfill library?