Skip to content

Commit 1eb9ab8

Browse files
committed
Use correct type
1 parent 80d6d9c commit 1eb9ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"description": "enable phpactor language server"
3636
},
3737
"phpactor.config": {
38-
"type": "any",
38+
"type": "object",
3939
"default": {},
4040
"description": "standard phpactor configuration"
4141
}

0 commit comments

Comments
 (0)