From e92cfd6a047af72a761d6a225a1da68197bc89c8 Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Fri, 15 Mar 2024 15:22:29 +1300 Subject: [PATCH] Enable `no_superfluous_phpdoc_tags` CS rule --- src/Context.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Context.php b/src/Context.php index bb0a4f289..ed37942b0 100644 --- a/src/Context.php +++ b/src/Context.php @@ -46,8 +46,6 @@ class Context { /** * Prototypical inheritance for properties. - * - * @var Context|null */ private ?Context $parent;