SU-SWS/stanford_profile_helper

View on GitHub

Showing 524 of 712 total issues

Expected 1 space after "="; 0 found
Open

declare(strict_types=1);

Doc comment short description must start with a capital letter
Open

 * {@inheritDoc}

Expected 1 space before "="; 0 found
Open

declare(strict_types=1);

Expected 1 space before "="; 0 found
Open

declare(strict_types=1);

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

#[FieldWidget(

Missing class doc comment
Open

final class DecoupledReferencedInvalidated extends QueueWorkerBase implements ContainerFactoryPluginInterface {

Line indented incorrectly; expected 0 spaces, found 2
Open

  id: "explore_courses_url",

The @see reference should not contain any additional text
Open

 * @see stanford_person_taxonomy_term_presave ()

Unused use statement
Open

use Drupal\Core\Block\Attribute\Block;

Line exceeds 80 characters; contains 87 characters
Open

  #[CLI\Command(name: 'stanford-decoupled:connect-next', aliases: ['su-next-connect'])]

Expected 1 space after "="; 0 found
Open

declare(strict_types=1);

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

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

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

  #[CLI\Argument(name: 'url', description: 'Relative URL string, starting with "/"')]

Unused use statement
Open

use Drupal\filter\Attribute\Filter;

Expected 1 space after "="; 0 found
Open

declare(strict_types=1);

Doc comment short description must start with a capital letter
Open

   * {@inheritDoc}

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

#[CLI\Bootstrap(DrupalBootLevels::FULL)]

Doc comment short description must start with a capital letter
Open

   * {@inheritDoc}.

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

  #[CLI\Argument(name: 'domain', description: 'Next.js Domain.')]

TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
Open

          'revalidate_page' => false,
Severity
Category
Status
Source
Language