π Content syncronization #141
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
quality-tools.yml
on: pull_request
PHPCS
26s
PHPStan
25s
Annotations
11 errors and 2 warnings
PHPCS
Process completed with exit code 2.
|
PHPStan:
web/modules/custom/external_content/src/Environment/Environment.php#L30
Class Drupal\external_content\Environment\Environment implements deprecated interface Symfony\Component\DependencyInjection\ContainerAwareInterface:
since Symfony 6.4, use dependency injection instead
|
PHPStan:
web/modules/custom/external_content/src/Environment/Environment.php#L120
Fetching class constant class of deprecated class Symfony\Component\DependencyInjection\ContainerAwareInterface:
since Symfony 6.4, use dependency injection instead
|
PHPStan:
web/modules/custom/external_content/src/Finder/FileFinder.php#L24
Class Drupal\external_content\Finder\FileFinder implements deprecated interface Symfony\Component\DependencyInjection\ContainerAwareInterface:
since Symfony 6.4, use dependency injection instead
|
PHPStan:
web/modules/custom/niklan/src/Entity/Node/BlogEntry.php#L31
Parameter $parsed_source_file of method Drupal\niklan\Entity\Node\BlogEntry::setExternalContent() has invalid type Drupal\external_content\Data\ParsedSourceFile.
|
PHPStan:
web/modules/custom/niklan/src/Entity/Node/BlogEntry.php#L31
Parameter $parsed_source_file of method Drupal\niklan\Entity\Node\BlogEntry::setExternalContent() has invalid type Drupal\external_content\Data\ParsedSourceFile.
|
PHPStan:
web/modules/custom/niklan/src/Entity/Node/BlogEntryInterface.php#L31
Parameter $parsed_source_file of method Drupal\niklan\Entity\Node\BlogEntryInterface::setExternalContent() has invalid type Drupal\external_content\Data\ParsedSourceFile.
|
PHPStan:
web/modules/custom/niklan/src/Entity/Node/BlogEntryInterface.php#L31
Parameter $parsed_source_file of method Drupal\niklan\Entity\Node\BlogEntryInterface::setExternalContent() has invalid type Drupal\external_content\Data\ParsedSourceFile.
|
PHPStan:
web/modules/custom/niklan/src/Loader/BlogLoader.php#L24
Method Drupal\niklan\Loader\BlogLoader::load() should return Drupal\external_content\Contract\Loader\LoaderResultInterface but return statement is missing.
|
PHPStan:
web/modules/custom/niklan/src/Plugin/QueueWorker/ContentSyncQueueWorker.php#L31
Parameter $loaderPluginManager of method Drupal\niklan\Plugin\QueueWorker\ContentSyncQueueWorker::__construct() has invalid type Drupal\external_content\Contract\LoaderPluginManagerInterface.
|
PHPStan:
web/modules/custom/niklan/src/Plugin/QueueWorker/ContentSyncQueueWorker.php#L31
Property Drupal\niklan\Plugin\QueueWorker\ContentSyncQueueWorker::$loaderPluginManager has unknown class Drupal\external_content\Contract\LoaderPluginManagerInterface as its type.
|
PHPCS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PHPStan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|