From d7e552e223686ee6fabe3a5893af74292f1bf586 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Thu, 16 Apr 2020 11:58:50 +0200 Subject: tests: add phpcs with minimal PSR12 config --- phpcs.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 phpcs.xml (limited to 'phpcs.xml') diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..3bed678 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,23 @@ + + + The coding standard for Wcms. + + + index.php + app + app/view/templates/*\.php$ + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3