diff --git a/phpcs.xml.dist b/phpcs.xml.dist new file mode 100644 index 0000000..807062f --- /dev/null +++ b/phpcs.xml.dist @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + 0 + + + + + + + + + + + + app/ + tests/ + + diff --git a/phpstan.neon.dist b/phpstan.neon.dist new file mode 100644 index 0000000..a086ffe --- /dev/null +++ b/phpstan.neon.dist @@ -0,0 +1,8 @@ +parameters: + level: 8 + paths: + - app/ + - tests/ + ignoreErrors: + - '#Call to an undefined static method App\\Models#' + - '#Access to an undefined property App\\Models#'