Showing 521 of 706 total issues
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Line exceeds 80 characters; contains 95 characters Open
Open
#[CLI\Option(name: 'revalidation-secret', description: 'Use a specific revalidation secret')]
- Exclude checks
Expected 1 space before "="; 0 found Open
Open
declare(strict_types=1);
- Exclude checks
Expected 1 space before "="; 0 found Open
Open
declare(strict_types=1);
- Exclude checks
Unused use statement Open
Open
use Drupal\Core\Field\Attribute\FieldWidget;
- 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
TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true" Open
Open
$variables['is_article'] = true;
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Unused use statement Open
Open
use Drush\Boot\DrupalBootLevels;
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
final class StanfordDecoupledCommands extends DrushCommands {
- Exclude checks
Perl-style comments are not allowed; use "// Comment" instead Open
Open
#[CLI\Command(name: 'stanford-decoupled:connect-next', aliases: ['su-next-connect'])]
- Exclude checks
Perl-style comments are not allowed; use "// Comment" instead Open
Open
#[CLI\Option(name: 'format', description: 'Format the result data. Available formats: json,string')]
- Exclude checks
Unused use statement Open
Open
use Drupal\filter\Attribute\Filter;
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Expected 1 space after "="; 0 found Open
Open
declare(strict_types=1);
- Exclude checks
Variable $citation is undefined. Open
Open
$builder->callback(fn(CitationInterface $citation) => $citation->getBibliography()),
- Exclude checks
Expected 1 space before "="; 0 found Open
Open
declare(strict_types=1);
- Exclude checks
Missing parameter comment Open
Open
* @param \Drupal\file\FileInterface $file
- Exclude checks