Created
January 6, 2026 15:47
-
-
Save gensart-x/7cf77e4c101dd20e6edfd1d31cfa81d4 to your computer and use it in GitHub Desktop.
Example of keyed-intellisense PHPDoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Create a new Queue instance. | |
| * | |
| * @param string $name The name of the queue | |
| * @param array{ | |
| * prefix?: string, | |
| * connection?: RedisConnection|array<string, mixed>|string | |
| * } $opts Queue options | |
| */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment