Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / console / Helper / TableCell.php
index 6fc7d3b913b6299177a5a53311ba2050200e2f83..fb6c9fd37e1c7efcc07d87492f263d49eacb8a0c 100644 (file)
@@ -30,7 +30,7 @@ class TableCell
      */
     public function __construct($value = '', array $options = array())
     {
-        if (is_numeric($value) && !is_string($value)) {
+        if (is_numeric($value) && !\is_string($value)) {
             $value = (string) $value;
         }