X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FPhpStorage%2FPhpStorageInterface.php;h=fb9194c98a1c5ecc0412bd08cfa00ec0ef098603;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=735341d6b1c4445ec094ef7826056edfa1901927;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php b/web/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php index 735341d6b..fb9194c98 100644 --- a/web/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php +++ b/web/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php @@ -44,7 +44,7 @@ interface PhpStorageInterface { * @param string $name * The virtual file name. Can be a relative path. * @param string $code - * The PHP code to be saved. + * The PHP code to be saved. * * @return bool * TRUE if the save succeeded, FALSE if it failed.