In PhpStorm I can use tags
@codeCoverageIgnoreStart
@codeCoverageIgnoreStop
to disable coverage checking for piece of code.
Is there something similar for disabling code inspections for piece of code?
In PhpStorm I can use tags
@codeCoverageIgnoreStart
@codeCoverageIgnoreStop
to disable coverage checking for piece of code.
Is there something similar for disabling code inspections for piece of code?