From 64036cbd54e8c656f2d4ee3a4f690ff56c1563ba Mon Sep 17 00:00:00 2001 From: phpjob <6864389+phpjob@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:47:25 +0200 Subject: [PATCH] fix: remove loading of not existing class Interval from Loader --- src/Psl/Internal/Loader.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Psl/Internal/Loader.php b/src/Psl/Internal/Loader.php index a59c8e69..2cdd8855 100644 --- a/src/Psl/Internal/Loader.php +++ b/src/Psl/Internal/Loader.php @@ -871,7 +871,6 @@ final class Loader 'Psl\\DateTime\\Exception\\ParserException' => 'Psl/DateTime/Exception/ParserException.php', 'Psl\\DateTime\\Exception\\UnderflowException' => 'Psl/DateTime/Exception/UnderflowException.php', 'Psl\\DateTime\\DateTime' => 'Psl/DateTime/DateTime.php', - 'Psl\\DateTime\\Duration' => 'Psl/DateTime/Interval.php', 'Psl\\DateTime\\Timestamp' => 'Psl/DateTime/Timestamp.php', ];