1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-15 02:24:13 +02:00

Allow sources to have null contentType if serve is given one

This commit is contained in:
Steve Clay
2015-09-29 13:18:10 -04:00
parent a566536f80
commit 12e7a8d0dd
2 changed files with 24 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ interface Minify_SourceInterface {
/**
* Get the content type
*
* @return string
* @return string|null
*/
public function getContentType();