Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Component / Serialization / YamlPecl.php
index a01f980fd78fc212d856ed769bc986e5dd45adef..8200f49ff03e71b1da1742666188308dfb0da262 100644 (file)
@@ -47,7 +47,7 @@ class YamlPecl implements SerializationInterface {
     // and then restore it after decoding has occurred. This allows us to turn
     // parsing errors into a throwable exception.
     // @see Drupal\Component\Serialization\Exception\InvalidDataTypeException
-    // @see http://php.net/manual/en/class.errorexception.php
+    // @see http://php.net/manual/class.errorexception.php
     set_error_handler([__CLASS__, 'errorHandler']);
     $ndocs = 0;
     $data = yaml_parse($raw, 0, $ndocs, [