Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Commit

Permalink
Removed FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 18, 2017
1 parent 19a1a61 commit d930d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MimeUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ final class MimeUtil
*
* @return MimeUtil
*/
public static function getInstance(): \Core23\MimeUtil\MimeUtil
public static function getInstance(): self
{
if (self::$instance === null) {
self::$instance = new self();
Expand Down

0 comments on commit d930d37

Please sign in to comment.