Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / content_moderation / src / ContentPreprocess.php
index 77fcd786101af8491958c4c59e7a8bc22ecf8c18..853a787ed836415a172639c79d25ff271e653211 100644 (file)
@@ -9,13 +9,15 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
  * Determines whether a route is the "Latest version" tab of a node.
+ *
+ * @internal
  */
 class ContentPreprocess implements ContainerInjectionInterface {
 
   /**
    * The route match service.
    *
-   * @var \Drupal\Core\Routing\RouteMatchInterface $routeMatch
+   * @var \Drupal\Core\Routing\RouteMatchInterface
    */
   protected $routeMatch;
 
@@ -39,10 +41,10 @@ class ContentPreprocess implements ContainerInjectionInterface {
   }
 
   /**
-   * Wrapper for hook_preprocess_HOOK().
-   *
    * @param array $variables
    *   Theme variables to preprocess.
+   *
+   * @see hook_preprocess_HOOK()
    */
   public function preprocessNode(array &$variables) {
     // Set the 'page' template variable when the node is being displayed on the