From 486740e1c25d83c6f7fcf25e81553339cdbdb459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Rub=C3=A9l?= Date: Thu, 14 Mar 2024 19:28:24 +0100 Subject: [PATCH] Update configs --- .editorconfig | 2 +- .gitignore | 1 + phpstan.neon | 2 +- phpunit.xml.dist | 58 ++++++++++++++++++------------------------------ 4 files changed, 24 insertions(+), 39 deletions(-) diff --git a/.editorconfig b/.editorconfig index ba54436..05552da 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] charset = utf-8 -indent_size = 4 +indent_size = 2 indent_style = space end_of_line = lf trim_trailing_whitespace = true diff --git a/.gitignore b/.gitignore index 6d421fe..e4b6156 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ testbench.yaml vendor node_modules .php-cs-fixer.cache +.phpunit.cache diff --git a/phpstan.neon b/phpstan.neon index 752b88a..ef94614 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ includes: - - ./vendor/nunomaduro/larastan/extension.neon + - ./vendor/larastan/larastan/extension.neon parameters: diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d230ac2..3ae580d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,39 +1,23 @@ - - - - tests - - - - - ./src - - - - - - - - - - + + + + tests + + + + + + + + + + + + + + + ./src + +