From bc6e125fc93ed6b5ed8aa3a61737e4de10be03d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Thu, 23 Apr 2020 20:48:36 +0200 Subject: [PATCH] Disable code style sniff on "Side Effects" This isn sensible for the simple tutorial style code examples. https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md#23-side-effects --- phpcs.xml.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index a84c4ebf..b7ca3186 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -11,6 +11,11 @@ + + + + +