Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket #173: prevent PHP 8.2 deprecation warnings. #174

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

evs-xsarus
Copy link
Contributor

Changes will make prevent these errors:

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /sites/xsm_version-bump/vendor/liip/rmt/src/Liip/RMT/Application.php on line 159

Deprecated: Creation of dynamic property Liip\RMT\Config\Handler::$rawConfig is deprecated in /sites/xsm_version-bump/vendor/liip/rmt/src/Liip/RMT/Config/Handler.php on line 21

Deprecated: Creation of dynamic property Liip\RMT\Config\Handler::$projectRoot is deprecated in /sites/xsm_version-bump/vendor/liip/rmt/src/Liip/RMT/Config/Handler.php on line 22

@evs-xsarus evs-xsarus mentioned this pull request Sep 8, 2023
@jeanmonod jeanmonod merged commit 13ca62f into liip:master Sep 11, 2023
7 of 11 checks passed
@jeanmonod
Copy link
Member

@evs-xsarus Thanks you for the PR, I just merged it and there is a new RMT version 1.7.1 with your fixes. Thanks for the contribution

@evs-xsarus evs-xsarus deleted the feature/php82-compat branch September 11, 2023 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants