Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate_drupal / tests / src / Kernel / d6 / EntityContentBaseTest.php
index 9c5ee58f2c2b79ef699f3ed6d5b9834e4a21f1ff..6be7801b6e2fd2148ae6a7a89e527bf5536fda0e 100644 (file)
@@ -114,7 +114,7 @@ class EntityContentBaseTest extends MigrateDrupal6TestBase {
     $message = $this->prophesize(MigrateMessageInterface::class);
     // Match the expected message. Can't use default argument types, because
     // we need to convert to string from TranslatableMarkup.
-    $argument = Argument::that(function($msg) {
+    $argument = Argument::that(function ($msg) {
       return strpos((string) $msg, "This entity type does not support translation") !== FALSE;
     });
     $message->display($argument, Argument::any())