Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / TypedData / RecursiveContextualValidatorTest.php
index 08b81170343c0dcf518056906c1997b77dc7e2cc..9ba110f1262c20fe48ea01f33aeb1ba468cbfa89 100644 (file)
@@ -83,7 +83,7 @@ class RecursiveContextualValidatorTest extends UnitTestCase {
     $translator = $this->getMock('Drupal\Core\Validation\TranslatorInterface');
     $translator->expects($this->any())
       ->method('trans')
-      ->willReturnCallback(function($id) {
+      ->willReturnCallback(function ($id) {
         return $id;
       });
     $this->contextFactory = new ExecutionContextFactory($translator);