Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Tests / Bootstrap / ErrorContainer.php
index 9ee814f11bfd9a95613f875b58e4951094e93d7e..e8afa4b1d010a65d63334e1ee5248761c8963475 100644 (file)
@@ -15,7 +15,7 @@ class ErrorContainer extends Container {
   public function get($id, $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE) {
     if ($id === 'http_kernel') {
       // Enforce a recoverable error.
-      $callable = function(ErrorContainer $container) {
+      $callable = function (ErrorContainer $container) {
       };
       $callable(1);
     }