From 501ea1897edaf2339eb3879f41d8c52ed635d4a3 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 29 Jan 2026 15:16:10 +0000 Subject: [PATCH] chore: add strict types to core files (P2-019) - Add declare(strict_types=1) to Workspace.php - Add declare(strict_types=1) to User.php - Add declare(strict_types=1) to EntitlementService.php Co-Authored-By: Claude Opus 4.5 --- Models/User.php | 2 ++ Models/Workspace.php | 2 ++ Services/EntitlementService.php | 2 ++ TODO.md | 11 ++++++----- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Models/User.php b/Models/User.php index b80d43f..43c6376 100644 --- a/Models/User.php +++ b/Models/User.php @@ -1,5 +1,7 @@