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

Update deprecated string interpolation usage #33

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Update deprecated string interpolation usage #33

merged 1 commit into from
Jul 11, 2024

Conversation

kchung
Copy link
Contributor

@kchung kchung commented Jul 10, 2024

${var} string interpolation has been deprecated in PHP 8.2, update the usage to remove warnings

PHP message: PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /var/www/vendor/timoschinkel/codeowners/src/PatternMatcher.php on line 32

@timoschinkel
Copy link
Owner

Thank you for the pull request. I'll merge it and tag 2.2.2.

@timoschinkel timoschinkel merged commit 87506d0 into timoschinkel:main Jul 11, 2024
4 checks passed
timoschinkel added a commit that referenced this pull request Jul 11, 2024
@kchung kchung deleted the update-deprecated-string-interpolation branch July 12, 2024 06:07
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