Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / PhpStorage / PhpStorageInterface.php
index 735341d6b1c4445ec094ef7826056edfa1901927..fb9194c98a1c5ecc0412bd08cfa00ec0ef098603 100644 (file)
@@ -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.