From b312f611fc3aaa3a55fed38213e81bdecaf5e667 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 26 Mar 2026 02:50:38 -0400 Subject: [PATCH] set indent_size 4 in phpunit-watcher.yml --- phpunit-watcher.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/phpunit-watcher.yml b/phpunit-watcher.yml index d31e912..6b158df 100644 --- a/phpunit-watcher.yml +++ b/phpunit-watcher.yml @@ -1,13 +1,13 @@ hideManual: true watch: - directories: - - tests - - flight - fileMask: '*.php' + directories: + - tests + - flight + fileMask: '*.php' notifications: - passingTests: false - failingTests: false + passingTests: false + failingTests: false phpunit: - binaryPath: ./vendor/bin/phpunit - arguments: '--stop-on-failure' - timeout: 180 \ No newline at end of file + binaryPath: ./vendor/bin/phpunit + arguments: '--stop-on-failure' + timeout: 180