Skip to content

Instantly share code, notes, and snippets.

@solody
solody / noinspection.php
Created August 23, 2022 03:39 — forked from gskema/noinspection.php
PhpStorm @noinspection list of all tags
<?php
/** @noinspection ? */
// PhpUndefinedGotoLabelInspections Undefined goto label
// PhpUndefinedVariableInspections Undefined variable
// PhpUndefinedMethodInspections Undefined method
// PhpUndefinedNamespaceInspections Undefined namespace
// PhpUndefinedClassInspections Undefined class
// PhpUndefinedFunctionInspections Undefined function