Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / console / Helper / FormatterHelper.php
index 6a48a77f269016aa440a9aacffefdfd9a271ff31..79ab2849e51a421319bbc64b9a66e004ed824667 100644 (file)
@@ -45,7 +45,7 @@ class FormatterHelper extends Helper
      */
     public function formatBlock($messages, $style, $large = false)
     {
-        if (!is_array($messages)) {
+        if (!\is_array($messages)) {
             $messages = array($messages);
         }