From fd21aef756d67aae2d33847c29cda92879169b76 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Wed, 17 Jul 2024 18:24:13 +0200 Subject: [PATCH] Document the stub --- monorepo/stubs/Application.php | 1 + 1 file changed, 1 insertion(+) diff --git a/monorepo/stubs/Application.php b/monorepo/stubs/Application.php index aeb29f35484..f667fece09b 100644 --- a/monorepo/stubs/Application.php +++ b/monorepo/stubs/Application.php @@ -12,5 +12,6 @@ class Application */ public function make(string $abstract) { + // Psalm stub method to get service container generics support } }