Skip to content

Commit

Permalink
Turn qualify class names on once
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Aug 7, 2021
1 parent b278a36 commit 6489bdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/fixtures/properties.php.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
]

0 comments on commit 6489bdc

Please sign in to comment.