From 44a21b23e472ca6933ff555c85b14e0ae158b266 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 9 Feb 2024 11:59:39 +0100 Subject: [PATCH] fix typo --- tests/Test_UuidModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Test_UuidModel.php b/tests/Test_UuidModel.php index a36955d..105d364 100644 --- a/tests/Test_UuidModel.php +++ b/tests/Test_UuidModel.php @@ -24,7 +24,7 @@ class Test_UuidModel extends DataObject implements TestOnly 'UuidAlias' => 'Uuid', ]; /** - * @var array + * @var array */ private static $extensions = [ UuidExtension::class