Showing 65 of 139 total issues
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Line exceeds 80 characters; contains 114 characters Open
Open
// changes, the hash of the row changes without any data actually changing. Fix the row data so that it doesn't
- Exclude checks
There must be no blank line following an inline comment Open
Open
// Finally run this migration.
- Exclude checks
Line exceeds 80 characters; contains 82 characters Open
Open
// CSV Imported content can be ignored since it's normally a one time thing.
- 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
protected function getSourceData(string $url, string|int $item_selector = ''): array {
- Exclude checks
Variable $type is undefined. Open
Open
[, $type] = explode(':', $destination['plugin']);
- 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
Expected 1 blank line before function; 2 found Open
Open
public function __construct(protected EntityTypeManagerInterface $entityTypeManager, protected MigrationPluginManagerInterface $migrationPluginManager, LoggerChannelFactoryInterface $logger_factory) {
- Exclude checks
Variable $type is undefined. Open
Open
if ($type == $entity->getEntityTypeId()) {
- 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
Expected 1 space after "|"; 0 found Open
Open
protected function getImageSize(string $url): bool|array {
- Exclude checks
If the line declaring an array spans longer than 80 characters, each element should be broken into its own line Open
Open
$source_data = [...$source_data, ...parent::getSourceData($page_url, $item_selector)];
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Missing parameter comment Open
Open
* @param \Drupal\migrate\Plugin\MigrationPluginManagerInterface $migrationPluginManager
- 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
Variable $height is undefined. Open
Open
[$width, $height] = $size;
- Exclude checks