adambard / adambard/learnxinyminutes-docs
deprecated dollar brace string interpolationa
Open
- Dominant language
- Markdown
- Stars
- 12.3k
- Forks
- 3.7k
- Avg merge
- 13h 10m
- Merged PRs (30d)
- 6
Description
As of PHP 8.2 https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
// Deprecated: Using ${} in strings is deprecated
used on line 87 of learnphp.php
Contributor guide
Research direction
Open learnphp.php and inspect line 87 for the deprecated dollar-brace interpolation mentioned in the issue. Update that example to avoid the deprecated form while preserving its meaning, then verify that the documentation no longer contains the reported PHP 8.2 deprecation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100