From f2f98b33db7936d2f514ff58a396f7700fda2e20 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 01:01:37 +0000 Subject: [PATCH] fix tests --- Models/Project.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Models/Project.php b/Models/Project.php index 4b5dd43..108517d 100755 --- a/Models/Project.php +++ b/Models/Project.php @@ -171,8 +171,6 @@ class Project /** * Constructor. * - * @param string $name Name of the project - * * @since 1.0.0 */ public function __construct()