DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
83 stars 10 forks source link

Typed class constants seems not supported? #639

Closed yinheli closed 2 months ago

yinheli commented 3 months ago

image

rfc: https://wiki.php.net/rfc/typed_class_constants

ging-dev commented 3 months ago

image

rfc: https://wiki.php.net/rfc/typed_class_constants

Make sure you set php version to 8.3:

image

ging-dev commented 3 months ago

@jakubmisek there is a hover error with const

image

jakubmisek commented 2 months ago

@jakubmisek there is a hover error with const

hover for typed const fixed, thanks @ging-dev !

jakubmisek commented 2 months ago

closing; switching language level to 8.3 fixes the issue