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:
parent
8f376e2c37
commit
b83d5bcc84
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user