mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11912] Remove obsolete "return null" in content_guesser
PHPBB3-11912
This commit is contained in:
@@ -32,7 +32,5 @@ class content_guesser extends guesser_base
|
||||
{
|
||||
return mime_content_type($file);
|
||||
}
|
||||
|
||||
return null; // optional
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user