intelephense

1.14.41.16.1
lib/stub/Reflection/ReflectionMethod.php
lib/stub/Reflection/ReflectionMethod.php
+2−1
Index: package/lib/stub/Reflection/ReflectionMethod.php
===================================================================
--- package/lib/stub/Reflection/ReflectionMethod.php
+++ package/lib/stub/Reflection/ReflectionMethod.php
@@ -22,9 +22,9 @@
     #[Immutable]
     public $name;
 
     /**
-     * @var string Fully qualified class name where this method was defined
+     * @var class-string Fully qualified class name where this method was defined
      */
     #[Immutable]
     #[LanguageLevelTypeAware(['8.1' => 'string'], default: '')]
     public $class;
@@ -300,8 +300,9 @@
      */
     #[Pure]
     #[StubsElementAvailable(from: "8.1")]
     #[TentativeType]
+    #[Deprecated(since: '8.5')]
     public function setAccessible(bool $accessible): void {}
 
     #[StubsElementAvailable(from: '8.2')]
     public function hasPrototype(): bool {}