diff --git a/README.md b/README.md index 6020236..39d818e 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,28 @@ To check TO fix - phpcbf --standard= \ No newline at end of file + phpcbf --standard= + + +Ignoring a file + + // @codingStandardsIgnoreFile + + // phpcs:ignoreFile + +Ignoring a line + + // @codingStandardsIgnoreLine + + // phpcs:ignore + +Ignoring a block + + + // @codingStandardsIgnoreStart + + // phpcs:disable + + // @codingStandardsIgnoreEnd + + // phpcs:enable \ No newline at end of file