modules/jumpstart_ui/src/Plugin/TwigPlugin/JumpstartUITwig.php
Doc-block of $renderer
in __construct
is phpdoc param type \Drupal\Core\Render\RendererInterface
which is not a permitted replacement of the nullable param type ?\Drupal\Core\Render\RendererInterface
declared in the signature ('?T' should be documented as 'T|null' or '?T') Open
Open
* @param \Drupal\Core\Render\RendererInterface $renderer
- 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
There must be no blank line following an inline comment Open
Open
// Use a markup to flag it as "safe".
- Exclude checks
There must be no blank line following an inline comment Open
Open
// Use a markup to flag it as "safe".
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks