mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 06:34:41 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
ffb8f2267c
commit
e415ef0eda
@ -363,7 +363,6 @@ title: '.$type.'
|
|||||||
';
|
';
|
||||||
file_put_contents('types/'.$type.'.md', $header.$constructors);
|
file_put_contents('types/'.$type.'.md', $header.$constructors);
|
||||||
$last_namespace = $new_namespace;
|
$last_namespace = $new_namespace;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
\danog\MadelineProto\Logger::log('Generating types index...');
|
\danog\MadelineProto\Logger::log('Generating types index...');
|
||||||
|
Loading…
Reference in New Issue
Block a user