Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / error_test / src / Controller / ErrorTestController.php
index 03ae3664de9e32a4ec6b16e0e3695b02de9a821a..dd526b863a9ae883197bb3b84a994200d087497b 100644 (file)
@@ -56,7 +56,7 @@ class ErrorTestController extends ControllerBase {
    * Generate fatals to test the error handler.
    */
   public function generateFatals() {
-    $function = function(array $test) {
+    $function = function (array $test) {
     };
 
     $function("test-string");