Add enum-polyfill package documentation#4
Conversation
Documents the phpnomad/enum-polyfill package, which provides an enum trait for PHP versions that don't have native enum support. Includes: - Enum trait with from() and tryFrom() methods - Usage examples and best practices 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7c26f056fc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - ../singleton/introduction | ||
| - ../auth/introduction | ||
| - ../http/introduction | ||
| see_also: | ||
| - ../cache/introduction |
There was a problem hiding this comment.
Remove or add missing related package docs
These related/see_also entries point at ../singleton, ../auth, ../http, and ../cache docs that are not present anywhere under public/docs/packages, so the rendered links will 404 in the published site. Either add those package docs or remove/update these references so the navigation doesn’t include dead links.
Useful? React with 👍 / 👎.
Documents the phpnomad/enum-polyfill package, which provides an enum trait for PHP versions that don't have native enum support.
Includes:
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]