diff --git a/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php b/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php index 62553d6a6e..30730a8f7d 100644 --- a/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php +++ b/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php @@ -57,7 +57,8 @@ public function save($name, $code); * @return bool * TRUE if writable, otherwise FALSE. * - * @deprecated in drupal:9.0.0 and is removed from drupal:10.0.0. No replacement. + * @deprecated in drupal:9.0.0 and is removed from drupal:10.0.0. No + * replacement. * * @see https://www.drupal.org/node/3155413 */