Skip to content

Instantly share code, notes, and snippets.

@mehdichaouch
Forked from SmetDenis/ignores.php
Created May 3, 2017 11:00
Show Gist options
  • Save mehdichaouch/9bfdb5e4e20ea93d746b888a2121183c to your computer and use it in GitHub Desktop.
Save mehdichaouch/9bfdb5e4e20ea93d746b888a2121183c to your computer and use it in GitHub Desktop.
Ignores for PHP inspections
<?php
// https://pear.php.net/manual/en/package.php.php-codesniffer.advanced-usage.php
// @codingStandardsIgnoreLine
// @codingStandardsIgnoreFile
// @codingStandardsIgnoreStart
// @codingStandardsIgnoreEnd
// https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.codeCoverageIgnore
// @codeCoverageIgnore
// @codeCoverageIgnoreStart
// @codeCoverageIgnoreEnd
// https://phpmd.org/documentation/suppress-warnings.html
// @SuppressWarnings(PHPMD.Superglobals)
// @SuppressWarnings(PHPMD.ExitExpression)
// @SuppressWarnings(PHPMD.NPathComplexity)
// @SuppressWarnings(PHPMD.CyclomaticComplexity)
// @SuppressWarnings(PHPMD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment