neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 220 forks source link

BUGFIX: Fix linting error in `ConvertUrisImplementation` #5094

Closed bwaidelich closed 1 month ago

bwaidelich commented 1 month ago

Without that fix, the latest supported version of PHPStan yields an error:

Parameter #2 $callback of function preg_replace_callback expects callable(array<int|string, string>): string, Closure(array): (string|false) given.