Skip to content
Snippets Groups Projects
Commit 3a80febd authored by Shelane French's avatar Shelane French
Browse files

sometimes Drupal wants different things than expected in code standards

parent e5210bcf
No related branches found
No related tags found
1 merge request!6Resolve #3209512 "Viewsfieldview viewsjumpmenu is"
......@@ -34,6 +34,8 @@ class ViewsConditionalField extends FieldPluginBase implements ContainerFactoryP
/**
* The renderer.
*
* @var \Drupal\Core\Render\RendererInterface
*/
protected $renderer;
......@@ -254,8 +256,9 @@ class ViewsConditionalField extends FieldPluginBase implements ContainerFactoryP
* @param string $value
* The value to be displayed.
*
* @return MarkupInterface|string
* @return \Drupal\Component\Render\MarkupInterface|string
* The rendered HTML.
*
* @throws \Exception
*/
private function markup(string $value): MarkupInterface|string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment