From 65ac7d8440ecc7914fc15cbcff3c4dd9b58b2ef8 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 15 Jan 2024 12:18:12 +0000 Subject: [PATCH] [tests] set phpstan error format to be more clickable --- tests/phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpstan.neon b/tests/phpstan.neon index b0f54870..3106f728 100644 --- a/tests/phpstan.neon +++ b/tests/phpstan.neon @@ -1,4 +1,5 @@ parameters: + errorFormat: raw level: 3 paths: - ../core