Showing 68 of 110 total issues
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
#[ViewsDisplay(
- 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
Expected 1 space after "?"; 0 found Open
Open
$link_uri = $value->get(0)?->get('uri')?->getString();
- 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
#[FieldWidget(
- Exclude checks
Missing class doc comment Open
Open
final class TaxonomyLabelHierarchyWidget extends OptionsWidgetBase {
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 2 Open
Open
id: 'taxonomy_label_hierarchy',
- Exclude checks
You must use "/**" style comments for a member variable comment Open
Open
public $absoluteLink = 'Please use relative links that start with "/" for paths on this site.';
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Expected 1 space before "?"; 0 found Open
Open
$link_uri = $value->get(0)?->get('uri')?->getString();
- Exclude checks
Expected 1 space after "="; 0 found Open
Open
declare(strict_types=1);
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 2 Open
Open
id: "book_forward_back",
- Exclude checks
Perl-style comments are not allowed; use "// Comment" instead Open
Open
#[FieldWidget(
- Exclude checks
Expected 1 space before "?"; 0 found Open
Open
$link_uri = $value->get(0)?->get('uri')?->getString();
- Exclude checks
Unused use statement Open
Open
use Drupal\Core\Block\Attribute\Block;
- Exclude checks
Missing class doc comment Open
Open
class BookForwardBackBlock extends BlockBase implements ContainerFactoryPluginInterface {
- Exclude checks
Unused use statement Open
Open
use Drupal\Core\Field\Attribute\FieldWidget;
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks