From 5a559a8b70050ae2b8ee4a431232c8115ea91b2b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 16 Jan 2025 10:14:35 +0100 Subject: [PATCH] Remove error suppression that is no longer needed --- src/Snapshot.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Snapshot.php b/src/Snapshot.php index b3acfd6..e204ef8 100644 --- a/src/Snapshot.php +++ b/src/Snapshot.php @@ -239,7 +239,6 @@ private function snapshotConstants(): void $constants = get_defined_constants(true); if (isset($constants['user'])) { - /* @phpstan-ignore assign.propertyType */ $this->constants = $constants['user']; } }