mirror of
https://github.com/openvk/openvk
synced 2025-07-01 13:38:15 +03:00
Trying to fix lint issues
This commit is contained in:
parent
bc07c9bfe7
commit
1a3ffa6507
1 changed files with 5 additions and 6 deletions
|
@ -160,17 +160,16 @@ final class AboutPresenter extends OpenVKPresenter
|
|||
"namespace" => "android_app",
|
||||
"package_name" => "oss.OpenVK.Native",
|
||||
"sha256_cert_fingerprints" => [
|
||||
"79:67:14:23:DC:6E:FA:49:64:1F:F1:81:0E:B0:A3:AE:6E:88:AB:0D:CF:BC:02:96:F3:6D:76:6B:82:94:D6:9C"
|
||||
]
|
||||
]
|
||||
]
|
||||
"79:67:14:23:DC:6E:FA:49:64:1F:F1:81:0E:B0:A3:AE:6E:88:AB:0D:CF:BC:02:96:F3:6D:76:6B:82:94:D6:9C",
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
echo json_encode($data, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT);
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
public function renderDev(): void
|
||||
{
|
||||
$this->redirect("https://docs.ovk.to/");
|
||||
|
|
Loading…
Reference in a new issue