From cc2e69af57f996838c194dd5dbb459cf84d514d4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 7 Mar 2020 00:23:17 +0100 Subject: [PATCH] Type and cs fixes --- Models/Department.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Department.php b/Models/Department.php index 41e74ef..5039ae2 100644 --- a/Models/Department.php +++ b/Models/Department.php @@ -45,7 +45,7 @@ class Department implements ArrayableInterface, \JsonSerializable /** * Parent * - * @var mixed + * @var null|self * @since 1.0.0 */ protected ?self $parent = null;