Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Loader / Configurator / Traits / TagTrait.php
index aeb8b047d428e815349ec2dcbd3bea21212d41e7..c165b6503e7975add9509110435f7cb6d1e18181 100644 (file)
@@ -25,7 +25,7 @@ trait TagTrait
      */
     final public function tag($name, array $attributes = array())
     {
-        if (!is_string($name) || '' === $name) {
+        if (!\is_string($name) || '' === $name) {
             throw new InvalidArgumentException(sprintf('The tag name for service "%s" must be a non-empty string.', $this->id));
         }