SU-SWS/stanford_profile_helper

View on GitHub
modules/stanford_decoupled/src/Plugin/GraphQLCompose/SchemaType/ImageType.php

Summary

Maintainability
A
2 hrs
Test Coverage
F
0%

Method getTypes has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public function getTypes(): array {
    $types = [];

    $types[] = new ObjectType([
      'name' => $this->getPluginId(),

    Expected 1 space before "="; 0 found
    Open

    declare(strict_types=1);

    Expected 1 space after "="; 0 found
    Open

    declare(strict_types=1);

    There are no issues that match your filters.

    Category
    Status