SU-SWS/stanford_profile_helper

View on GitHub

Showing 521 of 706 total issues

Doc comment short description must start with a capital letter
Open

   * {@inheritDoc}.

Perl-style comments are not allowed; use "// Comment" instead
Open

#[MigrateProcess(id: "explore_courses_quarters")]

Unused use statement
Open

use Drupal\migrate\Attribute\MigrateProcess;

Doc comment short description must start with a capital letter
Open

   * {@inheritDoc}

Line indented incorrectly; expected 0 spaces, found 2
Open

  id: "pdb_component",
Severity: Minor
Found in src/Plugin/Block/PDBlock.php by phpcodesniffer

Doc comment short description must start with a capital letter
Open

   * {@inheritDoc}

Doc comment short description must end with a full stop
Open

   * {@inheritDoc}

Unused use statement
Open

use Drupal\Core\Field\Attribute\FieldWidget;

Variable $index is undefined.
Open

    $indexes = array_filter(ContentEntity::getIndexesForEntity($entity), fn(IndexInterface $index) => !!$index->getOption('algolia_index_name'));

Doc comment short description must start with a capital letter
Open

   * {@inheritDoc}

Doc comment short description must end with a full stop
Open

   * {@inheritDoc}

Doc comment short description must start with a capital letter
Open

   * {@inheritDoc}

You must use "/**" style comments for a function comment
Open

  public function connectNextSite($domain = 'http://localhost:3000', $options = [

Line exceeds 80 characters; contains 85 characters
Open

  #[CLI\Option(name: 'preview-secret', description: 'Use a specific preview secret')]

Expected 1 space after "="; 0 found
Open

declare(strict_types=1);

Perl-style comments are not allowed; use "// Comment" instead
Open

#[Filter(

Perl-style comments are not allowed; use "// Comment" instead
Open

#[Block(
Severity: Minor
Found in src/Plugin/Block/PDBlock.php by phpcodesniffer

Doc comment short description must start with a capital letter
Open

   * {@inheritDoc}

Doc comment short description must start with a capital letter
Open

   * {@inheritDoc}

Each index in a multi-line array must be on a new line
Open

      'fields' => fn() => [
Severity
Category
Status
Source
Language