OneDark-Pro: php bug
I expect that
'desktop'
is colored green.
Code:
<?php
new class {
public static function getUserByLogin(string $userName, string $password, string $app = 'desktop') {
$request = null;
try {
$request = RequestUtil::doRequest(HttpMethod::POST, '/auth/login', [
'json' => [
'login' => $userName,
'pass' => $password,
'app' => $app
]
]);
} catch(HitboxApiException $e) {
throw new HitboxAuthException('Cannot authenticate with hitbox api! Check username or password.', 0, $e);
}
}
}
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 20 (9 by maintainers)
Commits related to this issue
- improve php support #27 — committed to Binaryify/OneDark-Pro by deleted user 7 years ago
- improve php support #27 — committed to Binaryify/OneDark-Pro by Binaryify 7 years ago
- improve php support #27 — committed to Binaryify/OneDark-Pro by Binaryify 7 years ago
No problem, it’s the free
Fira Mono
from Mozilla! https://github.com/mozilla/Fira (just download the latest release, install the fonts and type this in your User Settingseditor.fontFamily: "Fira Mono"
)