From a9940f36ba861cd2cb0ce8ce7effac29d816d154 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 29 Jul 2024 13:48:14 +0200 Subject: [PATCH] Update test stub to support nullable function call --- monorepo/stubs/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monorepo/stubs/helpers.php b/monorepo/stubs/helpers.php index 821a819bebd..5aeaaf54ed0 100644 --- a/monorepo/stubs/helpers.php +++ b/monorepo/stubs/helpers.php @@ -6,7 +6,7 @@ * @param class-string $abstract * @return T */ -function app(string $abstract) +function app(string $abstract = null) { }