Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / src / Analyzer.php
index a6a8d56bf496701454f552d0798895ac28a98463..eb09269e059e30dd9e20d7f7c012e7002c6192bc 100644 (file)
@@ -31,7 +31,6 @@ class Analyzer {
     $this->moduleHandler = $module_handler;
   }
 
-
   /**
    * Analyzes a review and return the results.
    *
@@ -52,7 +51,8 @@ class Analyzer {
   /**
    * Formats the analyze result into a message string.
    *
-   * This is based upon the format of drupal_set_message which uses separate
+   * This is based upon the format of
+   * \Drupal\Core\Messenger\MessengerInterface::addMessage() which uses separate
    * boxes for "ok", "warning" and "error".
    */
   public function formatMessages(array $messages) {