Apply fixes from StyleCI
This commit is contained in:
parent
8f376e2c37
commit
b83d5bcc84
@ -14,13 +14,11 @@ If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
namespace danog\MadelineProto\TL;
|
namespace danog\MadelineProto\TL;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Manages generation of extensions for files
|
* Manages generation of extensions for files.
|
||||||
*/
|
*/
|
||||||
trait Extension
|
trait Extension
|
||||||
{
|
{
|
||||||
|
|
||||||
public $all_mimes = [
|
public $all_mimes = [
|
||||||
'png' => [
|
'png' => [
|
||||||
0 => 'image/png',
|
0 => 'image/png',
|
||||||
@ -433,5 +431,4 @@ trait Extension
|
|||||||
default: return $default;
|
default: return $default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user