From 0eac13f4fa8d95c18f522b960687b777d701545b Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Fri, 26 Jan 2024 20:41:24 -0400 Subject: [PATCH] Added Testing helper classes strict types --- tests/classes/Factory.php | 2 ++ tests/classes/Hello.php | 6 ++++-- tests/classes/TesterClass.php | 2 ++ tests/classes/User.php | 6 ++++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/tests/classes/Factory.php b/tests/classes/Factory.php index 0d794fc..7ac5c96 100644 --- a/tests/classes/Factory.php +++ b/tests/classes/Factory.php @@ -1,5 +1,7 @@ name = $name; }