1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-03 14:32:40 +00:00

Style fixes

This commit is contained in:
J. King 2019-09-05 10:21:36 -04:00
parent d9c769d40e
commit 53aa7a4d0d
4 changed files with 10 additions and 12 deletions

View file

@ -2,7 +2,6 @@
use Robo\Result; use Robo\Result;
const BASE = __DIR__.\DIRECTORY_SEPARATOR; const BASE = __DIR__.\DIRECTORY_SEPARATOR;
const BASE_TEST = BASE."tests".\DIRECTORY_SEPARATOR; const BASE_TEST = BASE."tests".\DIRECTORY_SEPARATOR;
define("IS_WIN", defined("PHP_WINDOWS_VERSION_MAJOR")); define("IS_WIN", defined("PHP_WINDOWS_VERSION_MAJOR"));

View file

@ -227,7 +227,6 @@ class API extends \JKingWeb\Arsse\REST\AbstractHandler {
} }
} }
return $p; return $p;
} }
protected function logIn(string $hash): bool { protected function logIn(string $hash): bool {