We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide annotations to support autocomplete of inline config by PHPStorm and other IDEs.
It my looks like:
use Aeliot\TODORegistrar\Annotation\InlineConfig\GitHub; /** * TODO: summary of issue * and detailed description * @GitHub(assignies: ["an-assignee", "second-assignee"] , labels: ["payments", "some label"]) */ /** * TODO: summary of issue * and detailed description * @GitHub(assignies: "an-assignee" , labels: "some label") */
The text was updated successfully, but these errors were encountered:
@evgenij-vy
Maybe it's something what you would like
Sorry, something went wrong.
Aeliot-Tm
No branches or pull requests
Provide annotations to support autocomplete of inline config by PHPStorm and other IDEs.
It my looks like:
The text was updated successfully, but these errors were encountered: