From 4f05aba9561c74d419e19a9b307b0fa038a4429f Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Sat, 5 Jul 2025 08:56:27 +0200 Subject: [PATCH] Change TObject to mixed See https://github.com/myclabs/DeepCopy/pull/205#issuecomment-3038236873 --- src/DeepCopy/DeepCopy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DeepCopy/DeepCopy.php b/src/DeepCopy/DeepCopy.php index 5456ec8..421e9a3 100644 --- a/src/DeepCopy/DeepCopy.php +++ b/src/DeepCopy/DeepCopy.php @@ -87,7 +87,7 @@ public function skipUncloneable($skipUncloneable = true) /** * Deep copies the given object. * - * @template TObject of object + * @template TObject * * @param TObject $object *