From d875dc235d06cd041b34c7a27a9f5bf7d2a930a1 Mon Sep 17 00:00:00 2001 From: mujuonly Date: Wed, 12 Nov 2025 13:25:52 +0530 Subject: [PATCH] Update MimeType.php Missing @throws tag in function comment --- src/Files/ValueObjects/MimeType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Files/ValueObjects/MimeType.php b/src/Files/ValueObjects/MimeType.php index 2e3b8f1f..ac95deed 100644 --- a/src/Files/ValueObjects/MimeType.php +++ b/src/Files/ValueObjects/MimeType.php @@ -274,6 +274,7 @@ public function isDocument(): bool * * @param self|string $other The other MIME type to compare. * @return bool True if equal. + * @throws InvalidArgumentException If the other MIME type is invalid. */ public function equals($other): bool {