Presentation of minimum version is not clear (PHP 8 >= 8.5.0)
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 91
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Hi. It's really helpful to indicate in which version a feature was added, but I think the display could be improved.
Affected page
https://www.php.net/manual/en/function.array-first.php
Current issue
When I read the PHP version constraint, it's not clear what version support the new function (PHP 8 or 8.5.0).
Suggested improvement
The presentation should be improved with a sentence like this:
Added in PHP 8.5.0
Additional context (optional)
PHP.watch only shows the version it was introduced:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the affected PHP manual page for array_first.php and trace the version metadata or rendering entry point that produces the current PHP 8 >= 8.5.0 text. Update the presentation to clearly state that the function was added in PHP 8.5.0, then verify the rendered page and related version displays.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100