1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11912] Remove obsolete "return null" in content_guesser

PHPBB3-11912
This commit is contained in:
Marc Alexander
2013-11-14 15:12:42 +01:00
parent e380eed78e
commit df6e03266f

View File

@@ -32,7 +32,5 @@ class content_guesser extends guesser_base
{
return mime_content_type($file);
}
return null; // optional
}
}