1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 09:14:39 +01:00

Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-02-16 20:18:41 +00:00 committed by StyleCI Bot
parent 8f376e2c37
commit b83d5bcc84

View File

@ -14,13 +14,11 @@ If not, see <http://www.gnu.org/licenses/>.
namespace danog\MadelineProto\TL;
/**
* Manages generation of extensions for files
* Manages generation of extensions for files.
*/
trait Extension
{
public $all_mimes = [
'png' => [
0 => 'image/png',
@ -433,5 +431,4 @@ trait Extension
default: return $default;
}
}
}