Skip to content

Commit

Permalink
added method getMimeTypeData to MimeTypesSrcInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilbourne committed Aug 5, 2024
1 parent 2f7ebfb commit 7cf13d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/http/mimetype/MimeTypesSrcInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
*/
interface MimeTypesSrcInterface
{
/**
* getMimeTypeData
*/
public function getMimeTypeData(): void;

/**
* getMimeTypes
* @return array<string, MimeTypeInterface>
Expand Down

0 comments on commit 7cf13d0

Please sign in to comment.