Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Controller / EntityController.php
index 776368e016da46fa40ec5e9a77cbdf0717f7bed9..46cc730b9e5b02a1c8b8d4b83bdf163fda97b9df 100644 (file)
@@ -177,7 +177,7 @@ class EntityController implements ContainerInjectionInterface {
    *   The entity type ID.
    *
    * @return string
-   *    The title for the entity add page.
+   *   The title for the entity add page.
    */
   public function addTitle($entity_type_id) {
     $entity_type = $this->entityTypeManager->getDefinition($entity_type_id);
@@ -195,7 +195,7 @@ class EntityController implements ContainerInjectionInterface {
    *   The name of the route parameter that holds the bundle.
    *
    * @return string
-   *    The title for the entity add page, if the bundle was found.
+   *   The title for the entity add page, if the bundle was found.
    */
   public function addBundleTitle(RouteMatchInterface $route_match, $entity_type_id, $bundle_parameter) {
     $bundles = $this->entityTypeBundleInfo->getBundleInfo($entity_type_id);