Browse Source

Style fixes

microsub
J. King 5 years ago
parent
commit
53aa7a4d0d
  1. 1
      RoboFile.php
  2. 1
      lib/REST/Fever/API.php

1
RoboFile.php

@ -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"));

1
lib/REST/Fever/API.php

@ -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 {

Loading…
Cancel
Save