Showing 103 of 440 total issues
Method handle
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
while (true) {
Method addAuthenticatedJobs
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function addAuthenticatedJobs()
{
$this->addAuthenticatedJob(new Divisions($this->corporation_id, $this->token));
$this->addAuthenticatedJob(new Roles($this->corporation_id, $this->token));
Method handle
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
$response = $this->retrieve([
Method handle
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
CorporationWalletBalance::where('corporation_id', $this->getCorporationId())->get()
Method handle
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
$response = $this->retrieve([
Method handle
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
$start = now();
Method handle
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
$structure_batch = new StructureBatch();
Method handle
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
$structure_batch = new StructureBatch();
while (true) {
Method toEve
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function toEve()
{
return sprintf('[%s, %s]', $this->ship->typeName, $this->name) . PHP_EOL .
$this->low_slots->map(function ($slot) {
Method handle
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
while (true) {
Method handle
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
$threshold = $this->getBucketThreshold();
$bucket = Bucket::with('refresh_tokens', 'refresh_tokens.character')
->withCount('refresh_tokens')
Method handle
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
// retrieve latest known journal entry for the active character.
Method handle
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
$event_ids = CharacterCalendarEvent::where('character_id', $this->getCharacterId())
Method find_nearest_celestial
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function find_nearest_celestial(int $solar_system_id, float $x, float $y, float $z, ?int $group = null): array
{
// Querying mapDenormalized with [1] we can see
// the available different group types in the
Method handle
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle(): void
{
parent::handle();
$start = now();
Method getMoonIndicatorsAttribute
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getMoonIndicatorsAttribute()
{
if (is_null($this->moon_indicators)) {
$this->moon_indicators = (object) [
'ubiquitous' => $this->moon_content->filter(function ($type) {
Method handle
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
while (true) {
Method handle
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
parent::handle();
$customs_offices = CorporationCustomsOffice::where('corporation_id', $this->getCorporationId())->get();
Method submitJobs
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function submitJobs(?RefreshToken $token = null)
{
// sort by whether it is a citadel or station
[$stations, $citadels] = collect($this->structures)
->keys()
Method handle
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle()
{
Bus::batch([
new PricesJob(),
new DispatchHistoryJobs(),