intelephense

1.14.41.16.1
lib/stub/Reflection/ReflectionClassConstant.php
lib/stub/Reflection/ReflectionClassConstant.php
+2−2
Index: package/lib/stub/Reflection/ReflectionClassConstant.php
===================================================================
--- package/lib/stub/Reflection/ReflectionClassConstant.php
+++ package/lib/stub/Reflection/ReflectionClassConstant.php
@@ -22,9 +22,9 @@
     #[LanguageLevelTypeAware(['8.1' => 'string'], default: '')]
     public $name;
 
     /**
-     * @var string Fully qualified class name where this constant was defined
+     * @var class-string Fully qualified class name where this constant was defined
      */
     #[Immutable]
     #[LanguageLevelTypeAware(['8.1' => 'string'], default: '')]
     public $class;
@@ -64,9 +64,9 @@
 
     /**
      * ReflectionClassConstant constructor.
      *
-     * @param string|object $class Either a string containing the name of the class to reflect, or an object.
+     * @param class-string|object $class Either a string containing the name of the class to reflect, or an object.
      * @param string $constant The name of the class constant.
      * @since 7.1
      * @link https://php.net/manual/en/reflectionclassconstant.construct.php
      */