diff --git a/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php b/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php index 9849cd07a0..097f2d6747 100644 --- a/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php +++ b/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php @@ -65,8 +65,8 @@ public function writable(); * @return bool * TRUE if writable, otherwise FALSE. * - * @deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. No - * replacement. + * @deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Use + * \Drupal\Component\PhpStorage\PhpStorageInterface::writable() instead. * * @see https://www.drupal.org/node/3155413 */