🏁 Content syncronization #65
ci.yml
on: pull_request
Validate Composer
23s
Validate PHP lint
33s
Validate PHPCS
36s
Validate PHPStan
33s
Validate JS
24s
Validate CSS
34s
Validate YML
24s
Validate Spellcheck
37s
PHPUnit
0s
Annotations
11 errors
Validate PHPStan:
app/Drupal/external_content/src/Exception/MissingSourceParserException.php#L22
Access to constant class on an unknown class Drupal\external_content\Contract\Parser\ParserInterface.
|
Validate PHPStan:
app/Drupal/external_content/src/Exception/MissingSourceParserException.php#L22
Parameter $parser of anonymous function has invalid type Drupal\external_content\Contract\Parser\ParserInterface.
|
Validate PHPStan:
app/Drupal/external_content/src/Field/ExternalContentComputedProperty.php#L50
Call to an undefined method Drupal\external_content\Contract\Serializer\SerializerManagerInterface::setEnvironment().
|
Validate PHPStan:
app/Drupal/external_content/src/Field/ExternalContentComputedProperty.php#L51
Method Drupal\external_content\Contract\Serializer\SerializerManagerInterface::deserialize() invoked with 1 parameter, 2 required.
|
Validate PHPStan:
app/Drupal/external_content/src/Plugin/Field/FieldFormatter/ExternalContentRenderArrayFieldFormatter.php#L39
Parameter $environmentPluginManager of method Drupal\external_content\Plugin\Field\FieldFormatter\ExternalContentRenderArrayFieldFormatter::__construct() has invalid type Drupal\external_content\Plugin\Field\FieldFormatter\EnvironmentPluginManagerInterface.
|
Validate PHPStan:
app/Drupal/external_content/src/Plugin/Field/FieldFormatter/ExternalContentRenderArrayFieldFormatter.php#L39
Property Drupal\external_content\Plugin\Field\FieldFormatter\ExternalContentRenderArrayFieldFormatter::$environmentPluginManager has unknown class Drupal\external_content\Plugin\Field\FieldFormatter\EnvironmentPluginManagerInterface as its type.
|
Validate PHPStan:
app/Drupal/external_content/src/Plugin/Field/FieldFormatter/ExternalContentRenderArrayFieldFormatter.php#L57
Class Drupal\external_content\Plugin\Field\FieldFormatter\EnvironmentPluginManagerInterface not found.
|
Validate PHPStan:
app/Drupal/external_content/src/Plugin/Field/FieldFormatter/ExternalContentRenderArrayFieldFormatter.php#L78
Call to method createInstance() on an unknown class Drupal\external_content\Plugin\Field\FieldFormatter\EnvironmentPluginManagerInterface.
|
Validate PHPStan:
app/Drupal/external_content/src/Plugin/Field/FieldFormatter/ExternalContentRenderArrayFieldFormatter.php#L81
Class Drupal\external_content\Plugin\Field\FieldFormatter\EnvironmentPluginInterface not found.
|
Validate PHPStan:
app/Drupal/external_content/src/Plugin/Field/FieldFormatter/ExternalContentRenderArrayFieldFormatter.php#L85
Call to method getEnvironment() on an unknown class Drupal\external_content\Plugin\Field\FieldFormatter\EnvironmentPluginInterface.
|
Validate PHPCS
Process completed with exit code 201.
|