Skip to content

Instantly share code, notes, and snippets.

@gensart-x
Created January 6, 2026 15:47
Show Gist options
  • Select an option

  • Save gensart-x/7cf77e4c101dd20e6edfd1d31cfa81d4 to your computer and use it in GitHub Desktop.

Select an option

Save gensart-x/7cf77e4c101dd20e6edfd1d31cfa81d4 to your computer and use it in GitHub Desktop.
Example of keyed-intellisense PHPDoc
<?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