Skip to content

Instantly share code, notes, and snippets.

@kkkw
Created August 25, 2017 08:23
Show Gist options
  • Save kkkw/e18cd2441347a508f84ecabcd86d5fe9 to your computer and use it in GitHub Desktop.
Save kkkw/e18cd2441347a508f84ecabcd86d5fe9 to your computer and use it in GitHub Desktop.
PhpStorm noinspection
PhpStorm noinspection
MessDetectorValidationInspection
PhpAbstractStaticMethodInspection
PhpAssignmentInConditionInspection
PhpAssignmentReplaceableWithOperatorAssignmentInspection
PhpAssignmentReplaceableWithPrefixExpressionInspection
PhpCSValidationInspection
PhpClassNamingConventionInspection
PhpConstantNamingConventionInspection
PhpConstantReassignmentInspection
PhpConstructorStyleInspection
PhpDeprecationInspection
PhpDisabledExtensionStubsInspection
PhpDivisionByZeroInspection
PhpDocMissingReturnTagInspection
PhpDocMissingThrowsInspection
PhpDocSignatureInspection
PhpDuplicateArrayKeysInspection
PhpDuplicateCaseInspection
PhpDynamicAsStaticMethodCallInspection
PhpExpressionResultUnusedInspection
PhpForeachArrayIsUsedAsValueInspection
PhpForeachNestedOuterKeyValueVariablesConflictInspection
PhpFunctionNamingConventionInspection
PhpGotoIntoLoopInspection
PhpHierarchyChecksInspection
PhpIllegalArrayKeyTypeInspection
PhpIllegalPsrClassPathInspection
PhpIllegalStringOffsetInspection
PhpIncludeInspection
PhpIncompatibleReturnTypeInspection
PhpInconsistentReturnPointsInspection
PhpInternalEntityUsedInspection
PhpInvalidMagicMethodModifiersInspection
PhpLanguageLevelInspection
PhpMethodNamingConventionInspection
PhpMethodOrClassCallIsNotCaseSensitiveInspection
PhpMethodParametersCountMismatchInspection
PhpMissingBreakStatementInspection
PhpMissingDocCommentInspection
PhpMissingParentCallCommonInspection
PhpMissingParentCallMagicInspection
PhpMissingParentConstructorInspection
PhpMissingStrictTypesDeclarationInspection
PhpMultipleClassesDeclarationsInOneFile
PhpNonCompoundUseInspection
PhpNonStrictObjectEqualityInspection
PhpParamsInspection
PhpPassByRefInspection
PhpPropertyNamingConventionInspection
PhpRedundantClosingTagInspection
PhpSignatureMismatchDuringInheritanceInspection
PhpSillyAssignmentInspection
PhpStaticAsDynamicMethodCallInspection
PhpStrictTypeCheckingInspection
PhpToStringImplementationInspection
PhpToStringReturnInspection
PhpTooManyParametersInspection
PhpTraditionalSyntaxArrayLiteralInspection
PhpUndefinedCallbackInspection
PhpUndefinedClassConstantInspection
PhpUndefinedClassInspection
PhpUndefinedConstantInspection
PhpUndefinedFieldInspection
PhpUndefinedFunctionInspection
PhpUndefinedGotoLabelInspection
PhpUndefinedMethodInspection
PhpUndefinedNamespaceInspection
PhpUndefinedVariableInspection
PhpUnnecessaryFullyQualifiedNameInspection
PhpUnreachableStatementInspection
PhpUnusedAliasInspection
PhpUnusedClassInspection
PhpUnusedFunctionInspection
PhpUnusedLocalVariableInspection
PhpUnusedParameterInspection
PhpUnusedPrivateFieldInspection
PhpUnusedPrivateMethodInspection
PhpUsageOfSilenceOperatorInspection
PhpVariableNamingConventionInspection
PhpVariableVariableInspection
PhpVoidFunctionResultUsedInspection
PhpWrongCatchClausesOrderInspection
PhpWrongExceptionTypeInspection
PhpWrongForeachArgumentTypeInspection
PhpWrongStringConcatenationInspection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment