]> BookStack Code Mirror - bookstack/blobdiff - tests/ThemeTest.php
Updated minimum php version from 7.3 to 7.4
[bookstack] / tests / ThemeTest.php
index fe816255997b638d0233c6c175ba642734083e6a..775be92fc371379186f3bfad71f7fa41d80a178e 100644 (file)
@@ -170,6 +170,7 @@ class ThemeTest extends TestCase
         $args = [];
         $callback = function (...$eventArgs) use (&$args) {
             $args = $eventArgs;
+
             return ['test' => 'hello!'];
         };
         Theme::listen(ThemeEvents::WEBHOOK_CALL_BEFORE, $callback);