From 03c9701e453bdf1343b51b63e102f5321f9c304c Mon Sep 17 00:00:00 2001 From: Robin Wieschendorf Date: Fri, 14 Nov 2025 12:42:31 +0100 Subject: [PATCH] Add initial PHPCS configuration file for PSR-12 style --- phpcs.xml.dist | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 phpcs.xml.dist diff --git a/phpcs.xml.dist b/phpcs.xml.dist new file mode 100644 index 0000000..8493cef --- /dev/null +++ b/phpcs.xml.dist @@ -0,0 +1,62 @@ + + + + PSR-12 als Basis, aber alle „logiknahen“ Regeln (Namespaces, Side Effects, + Strict Types, Typ-Decls etc.) sind deaktiviert. Es bleiben vor allem + Whitespace- und Formatierungsregeln übrig. + + + + includes/external/* + + + + + + + + + 0 + + + + 0 + + + + + 0 + + + + + 0 + + + + 0 + + + + + 0 + + + + + 0 + + + + + 0 + + + + + + + \ No newline at end of file