Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / migrate_plus / src / Plugin / migrate_plus / data_parser / XmlTrait.php
index e1a8aafb0c67dbf94a23bdf6c12c827f9cda2a69..28519ba516ad38d0e6965eacc9d0baa8b1bf0163 100644 (file)
@@ -47,10 +47,7 @@ trait XmlTrait {
     }
 
     return t(
-      "@libxmlerrorcodename @libxmlerrorcode: @libxmlerrormessage\n" .
-      "Line: @libxmlerrorline\n" .
-      "Column: @libxmlerrorcolumn\n" .
-      "File: @libxmlerrorfile",
+      "@libxmlerrorcodename @libxmlerrorcode: @libxmlerrormessage\nLine: @libxmlerrorline\nColumn: @libxmlerrorcolumn\nFile: @libxmlerrorfile",
       [
         '@libxmlerrorcodename' => $error_code_name,
         '@libxmlerrorcode' => $error->code,