Make CSSMin::getMimeType public rather than protected
authorOri Livneh <ori@wikimedia.org>
Wed, 18 Sep 2013 03:58:39 +0000 (20:58 -0700)
committerKrinkle <krinklemail@gmail.com>
Wed, 18 Sep 2013 04:09:21 +0000 (04:09 +0000)
commitadee3374bfcae58120dd77ba9d7078a0d77b496a
tree51a13f3f3f8618ea7c6b63745b9cd2c2b260d8d3
parent27bdd1d1f6d559c41619a3ceb284d0979a1cbbfb
Make CSSMin::getMimeType public rather than protected

There's no reason why it should be protected. People sometimes use
'protected' to mean 'ancillary to the main purpose of the class', but
'protected' comes with the added cost of making the class API less
flexible. I intend to call this method in a future revision of Id052a04dd2,
but I think it should be public regardless.

Change-Id: I56365df3152df1180ce73de98202e3a91def1485
includes/libs/CSSMin.php