Skip to content

Commit

Permalink
fix: remove loading of not existing class Interval from Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
phpjob committed Sep 13, 2024
1 parent 43eefa8 commit 64036cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Psl/Internal/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

Expand Down

0 comments on commit 64036cb

Please sign in to comment.