Skip to content

Instantly share code, notes, and snippets.

View david-vde's full-sized avatar

David Vander Elst david-vde

View GitHub Profile
@gskema
gskema / noinspection.php
Last active July 12, 2025 21:13
PhpStorm @noinspection list of all tags
<?php
/** @noinspection ? */
// PhpUndefinedGotoLabelInspection Undefined goto label
// PhpUndefinedVariableInspection Undefined variable
// PhpUndefinedMethodInspection Undefined method
// PhpUndefinedNamespaceInspection Undefined namespace
// PhpUndefinedClassInspection Undefined class
// PhpUndefinedFunctionInspection Undefined function