Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / Assertion / Handle.php
index 5069b6b4677ea438b1e27ddb76e8cad03f770fec..f1e1e6ace0fbd5ac0488efe18095fc9e591caf6c 100644 (file)
@@ -25,7 +25,7 @@ class Handle {
         require __DIR__ . '/global_namespace_php5.php';
       }
       // PHP 5 - create a handler to throw the exception directly.
-      assert_options(ASSERT_CALLBACK, function($file = '', $line = 0, $code = '', $message = '') {
+      assert_options(ASSERT_CALLBACK, function ($file = '', $line = 0, $code = '', $message = '') {
         if (empty($message)) {
           $message = $code;
         }