Skip to content

Fix PHP 8.2 deprecation warnings

Latest
Compare
Choose a tag to compare
@rowanhill rowanhill released this 15 Jan 16:10

PHP 8.2 deprecated the use of "${var}" string interpolation (preferring "{$var}"). This is a minor release to update one or two places in the wiremock-php codebase using the deprecated syntax, to avoid deprecation warnings.