diff --git a/core/lib/Drupal/Core/Access/AccessResult.php b/core/lib/Drupal/Core/Access/AccessResult.php index 6ce9173..b364baf 100644 --- a/core/lib/Drupal/Core/Access/AccessResult.php +++ b/core/lib/Drupal/Core/Access/AccessResult.php @@ -345,7 +345,7 @@ public function cacheUntilConfigurationChanges(ConfigBase $configuration) { /** * Adds a dependency on an object: merges its cacheability metadata. * - * @param \Drupal\Core\Cache\CacheableDependencyInterface|mixed $other_object + * @param \Drupal\Core\Cache\CacheableDependencyInterface|object $other_object * The dependency. If the object implements CacheableDependencyInterface, * then its cacheability metadata will be used. Otherwise, the passed in * object must be assumed to be uncacheable, so max-age 0 is set.