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 April 30, 2024 18:08
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