mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11912] Remove obsolete "return null" in content_guesser
PHPBB3-11912
This commit is contained in:
parent
e380eed78e
commit
df6e03266f
1 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,5 @@ class content_guesser extends guesser_base
|
||||||
{
|
{
|
||||||
return mime_content_type($file);
|
return mime_content_type($file);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null; // optional
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue