Skip to content

Commit cbd489d

Browse files
committed
chore: adjusts doc type to appease PHPStan bug
1 parent 76f6b7b commit cbd489d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/ValueObjects/MimeType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function isDocument(): bool
227227
*
228228
* @since n.e.x.t
229229
*
230-
* @param self|string $other The other MIME type to compare.
230+
* @param mixed $other The other MIME type to compare.
231231
* @return bool True if equal.
232232
*/
233233
public function equals($other): bool

0 commit comments

Comments
 (0)