From f14c731c1c9b4915977bca20f658d2a64599f85c Mon Sep 17 00:00:00 2001 From: Nico Hoffmann Date: Sat, 13 Jul 2024 22:54:11 +0200 Subject: [PATCH] Fix typo --- src/Cms/AppPlugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cms/AppPlugins.php b/src/Cms/AppPlugins.php index 11b6c45be9..8cfeae3d62 100644 --- a/src/Cms/AppPlugins.php +++ b/src/Cms/AppPlugins.php @@ -717,7 +717,7 @@ public static function plugin( array $info = [], string|null $root = null, string|null $version = null - ): PLugin|null { + ): Plugin|null { if ($extends === null) { return static::$plugins[$name] ?? null; }