Showing 521 of 706 total issues
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}.
- Exclude checks
Perl-style comments are not allowed; use "// Comment" instead Open
Open
#[MigrateProcess(id: "explore_courses_quarters")]
- Exclude checks
Unused use statement Open
Open
use Drupal\migrate\Attribute\MigrateProcess;
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 2 Open
Open
id: "pdb_component",
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Unused use statement Open
Open
use Drupal\Core\Field\Attribute\FieldWidget;
- Exclude checks
Variable $index is undefined. Open
Open
$indexes = array_filter(ContentEntity::getIndexesForEntity($entity), fn(IndexInterface $index) => !!$index->getOption('algolia_index_name'));
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function connectNextSite($domain = 'http://localhost:3000', $options = [
- Exclude checks
Line exceeds 80 characters; contains 85 characters Open
Open
#[CLI\Option(name: 'preview-secret', description: 'Use a specific preview secret')]
- Exclude checks
Expected 1 space after "="; 0 found Open
Open
declare(strict_types=1);
- Exclude checks
Perl-style comments are not allowed; use "// Comment" instead Open
Open
#[Filter(
- Exclude checks
Perl-style comments are not allowed; use "// Comment" instead Open
Open
#[Block(
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Each index in a multi-line array must be on a new line Open
Open
'fields' => fn() => [
- Exclude checks