Showing 524 of 712 total issues
syntax error, unexpected 'private' (T_PRIVATE), expecting variable (T_VARIABLE)
Open
Open
public function __construct(private readonly ConfigPagesLoaderServiceInterface $configPagesLoader, private readonly RequestStack $requestStack, private readonly StateInterface $state) {}
- Exclude checks
Possibly zero references to use statement for classlike/namespace MigrateProcess
(\Drupal\migrate\Attribute\MigrateProcess)
Open
Open
use Drupal\migrate\Attribute\MigrateProcess;
- Exclude checks
Possibly zero references to use statement for classlike/namespace MigrateProcess
(\Drupal\migrate\Attribute\MigrateProcess)
Open
Open
use Drupal\migrate\Attribute\MigrateProcess;
- Exclude checks
syntax error, unexpected ')'
Open
Open
));
- Exclude checks
syntax error, unexpected '->' (T_OBJECT_OPERATOR)
Open
Open
$collection->get('xmlsitemap.sitemap_xml')?->setRequirement('_access', 'FALSE');
- Exclude checks
syntax error, unexpected '$index' (T_VARIABLE), expecting ',' or ')'
Open
Open
$indexes = array_filter(ContentEntity::getIndexesForEntity($entity), fn(IndexInterface $index) => !!$index->getOption('algolia_index_name'));
- Exclude checks
todo found Open
Open
@todo: Remove when https://www.drupal.org/node/2779919 is resolved.
- Exclude checks
Possibly zero references to use statement for classlike/namespace MigrateProcess
(\Drupal\migrate\Attribute\MigrateProcess)
Open
Open
use Drupal\migrate\Attribute\MigrateProcess;
- Exclude checks
syntax error, unexpected 'protected' (T_PROTECTED), expecting variable (T_VARIABLE)
Open
Open
public function __construct(protected StanfordDefaultContentInterface $defaultContent, protected StateInterface $state, protected EntityTypeManagerInterface $entityTypeManager) {}
- Exclude checks
syntax error, unexpected 'protected' (T_PROTECTED), expecting variable (T_VARIABLE)
Open
Open
public function __construct(protected AccountProxyInterface $currentUser, protected StateInterface $state) {}
- Exclude checks
syntax error, unexpected ','
Open
Open
id: "jumpstart_ui_skipnav_main_anchor",
- Exclude checks
Assigning ?\Drupal\Core\Render\RendererInterface
to property but \Drupal\jumpstart_ui\Plugin\TwigPlugin\JumpstartUITwig->renderer
is \Drupal\Core\Render\RendererInterface
Open
Open
$this->renderer = $renderer;
- Exclude checks
syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ']'
Open
Open
'fields' => fn() => [
- Exclude checks
Declaration of function setClientId(string $client_id) : \Drupal\stanford_person_importer\Cap
should be compatible with function setClientId(string $client_id) : \Drupal\stanford_person_importer\CapInterface
(method returning '\Drupal\stanford_person_importer\Cap'
cannot override method returning '\Drupal\stanford_person_importer\CapInterface')
defined in /code/modules/stanford_person/modules/stanford_person_importer/src/CapInterface.php:38
Open
Open
public function setClientId(string $client_id): self {
- Exclude checks
syntax error, unexpected ','
Open
Open
id: "saml_role_mapping",
- Exclude checks
syntax error, unexpected ','
Open
Open
id: "signup_block",
- Exclude checks
Declaration of function setClientSecret(string $secret) : \Drupal\stanford_person_importer\Cap
should be compatible with function setClientSecret(string $secret) : \Drupal\stanford_person_importer\CapInterface
(method returning '\Drupal\stanford_person_importer\Cap'
cannot override method returning '\Drupal\stanford_person_importer\CapInterface')
defined in /code/modules/stanford_person/modules/stanford_person_importer/src/CapInterface.php:49
Open
Open
public function setClientSecret(string $secret): self {
- Exclude checks
Argument 2 (allowable_tags)
is array<int></int>
but \strip_tags()
takes string
Open
Open
$value = preg_replace('/\s\s+/', "\n", trim(strip_tags($text, $keep_tags)));
- Exclude checks
syntax error, unexpected ','
Open
Open
id: "jumpstart_ui_page_heading",
- Exclude checks
Possibly zero references to use statement for classlike/namespace MigrateProcess
(\Drupal\migrate\Attribute\MigrateProcess)
Open
Open
use Drupal\migrate\Attribute\MigrateProcess;
- Exclude checks