Showing 521 of 706 total issues
Line indented incorrectly; expected 0 spaces, found 2 Open
Open
id: "entity_access",
- Exclude checks
Expected 1 space after "?"; 0 found Open
Open
if (!$node->isPublished() && $node->original?->isPublished() && \Drupal::hasService('search_api_algolia.helper')) {
- Exclude checks
Public method name "StanfordEventsImporter::fetchXML" is not in lowerCamel format Open
Open
public function fetchXML($query = "category-list") {
- Exclude checks
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
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
#[Block(
- Exclude checks
There must be no blank line following an inline comment Open
Open
// Use a markup to flag it as "safe".
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Expected 1 space before "?"; 0 found Open
Open
$collection->get('xmlsitemap.sitemap_xml')?->setRequirement('_access', 'FALSE');
- Exclude checks
Expected 1 space before "?"; 0 found Open
Open
$collection->get('xmlsitemap.sitemap_xsl')?->setRequirement('_access', 'FALSE');
- Exclude checks
Missing class doc comment Open
Open
class PageHeadingBlock extends BlockBase {
- 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
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
Unused use statement Open
Open
use Drupal\Core\Field\Attribute\FieldWidget;
- Exclude checks
Object operator not indented correctly; expected 4 spaces but found 6 Open
Open
->getName() == 'layout_selection') {
- Exclude checks
Line exceeds 80 characters; contains 86 characters Open
Open
// Parse form options we added into a url for the events-legacy.stanford.edu feed.
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class DateMath extends ProcessPluginBase {
- Exclude checks