Created
May 9, 2018 12:12
-
-
Save supercid/ba3021cd434908668797e7c72acac5ec to your computer and use it in GitHub Desktop.
PHP Storm Inspections
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @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