Skip to content

Instantly share code, notes, and snippets.

@supercid
Created May 9, 2018 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supercid/ba3021cd434908668797e7c72acac5ec to your computer and use it in GitHub Desktop.
Save supercid/ba3021cd434908668797e7c72acac5ec to your computer and use it in GitHub Desktop.
PHP Storm Inspections
/** @noinspection PhpUndefinedMethodInspection */
/** @noinspection PhpDeprecationInspection */
PhpAssignmentInConditionInspection
PhpDeprecationInspection
PhpDocMissingReturnTagInspection
PhpDocSignatureInspection
PhpDynamicAsStaticMethodCallInspection
PhpIllegalArrayKeyTypeInspection
PhpIncludeInspection
PhpInconsistentReturnPointsInspection
PhpMissingDocCommentInspection
PhpParamsInspection
PhpSillyAssignmentInspection
PhpUndefinedClassConstantInspection
PhpUndefinedClassInspection
PhpUndefinedConstantInspection
PhpUndefinedFieldInspection
PhpUndefinedFunctionInspection
PhpUndefinedMemberInspection
PhpUndefinedMethodInspection
PhpUndefinedNamespaceInspection
PhpUndefinedVariableInspection
PhpUnimplementedMethodsInspection
PhpUnreachableStatementInspection
PhpUnusedLocalVariableInspection
PhpUnusedParameterInspection
PhpUnusedPrivateFieldInspection
PhpWrongCatchClausesOrderInspection
PhpWrongForeachArgumentTypeInspection
PhpWrongStringConcatenationInspection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment