From 6489bdc188801964c772ac4a7de58fb7fa98fbf3 Mon Sep 17 00:00:00 2001 From: Neil Brayfield Date: Sat, 7 Aug 2021 15:30:47 +0100 Subject: [PATCH] Turn qualify class names on once --- test/fixtures/properties.php.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/fixtures/properties.php.json b/test/fixtures/properties.php.json index eb088fd..c39bd99 100644 --- a/test/fixtures/properties.php.json +++ b/test/fixtures/properties.php.json @@ -117,6 +117,9 @@ { "key": "typed-namespace-nullable", "name": "Nullable typed namespace", - "var": "\\App\\Type\\Test|null" + "var": "\\App\\Type\\Test|null", + "config": { + "qualifyClassNames": true + } } ]