- Issue created by @ankitv18
- Status changed to Needs review
5 months ago 1:51pm 9 July 2024
Right validate pipeline which consists of cspell, phpcs and phpstan have some warnings/issues/typos.
The number of issues are minimal in the phpcs and phpstan so considering single issue to make them fix.
Fix cspell pipeline using https://project.pages.drupalcode.org/gitlab_templates/jobs/cspell/
Fix phpcs issues
Fix phpstan pipeline using phpstan.neon file to ignore below warnings
Call to deprecated method renderPlain() of class
Drupal\Core\Render\Renderer:
in drupal:10.3.0 and is removed from drupal:12.0.0. Use
\Drupal\Core\Render\RendererInterface::renderInIsolation() instead.
Needs review
2.0
Code