Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Loader / Configurator / DefaultsConfigurator.php
index adf294b9928d9d3e5ce2737539dca1d80d6bdc1e..631c92a68026676f6deeb6b38964f921510b7df1 100644 (file)
@@ -39,7 +39,7 @@ class DefaultsConfigurator extends AbstractServiceConfigurator
      */
     final public function tag($name, array $attributes = array())
     {
-        if (!is_string($name) || '' === $name) {
+        if (!\is_string($name) || '' === $name) {
             throw new InvalidArgumentException('The tag name in "_defaults" must be a non-empty string.');
         }