Apply fixes from StyleCI
This commit is contained in:
parent
963fe6445d
commit
fa4bc8a9e5
@ -39,7 +39,7 @@ $docs = [
|
||||
$layer_list = '';
|
||||
foreach (array_slice(glob(__DIR__.'/src/danog/MadelineProto/TL_telegram_*'), 0, -1) as $file) {
|
||||
$layer = preg_replace(['/.*telegram_/', '/\..+/'], '', $file);
|
||||
$docs []= [
|
||||
$docs[] = [
|
||||
'tl_schema' => ['telegram' => $file],
|
||||
'title' => 'MadelineProto API documentation (layer '.$layer.')',
|
||||
'description' => 'MadelineProto API documentation (layer '.$layer.')',
|
||||
|
Loading…
Reference in New Issue
Block a user