From 2a7300a26c5807254ab12f5e4e864e9e0204ae65 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Mar 2020 16:26:48 +0100 Subject: [PATCH] fix phpstan --- Models/WikiCategory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Models/WikiCategory.php b/Models/WikiCategory.php index f1878cd..4c31cf0 100644 --- a/Models/WikiCategory.php +++ b/Models/WikiCategory.php @@ -62,6 +62,7 @@ class WikiCategory implements \JsonSerializable * Parent category. * * @var null|int|self + * @since 1.0.0 */ private $parent = null;