Skip to content
Snippets Groups Projects

Issue #3339824: Drupal Coding Standards Issues | phpcs

Files
26
@@ -84,7 +84,7 @@ class Billboard extends ChartBase implements ContainerFactoryPluginInterface {
$chart_definition = $this->populateAxes($element, $chart_definition);
if (!empty($element['#height']) || !empty($element['#width'])) {
$element['#attributes']['style'] = 'height:' . $element['#height'] . $element['#height_units'] . ';width:' . $element['#width'] . $element['#width_units']. ';';
$element['#attributes']['style'] = 'height:' . $element['#height'] . $element['#height_units'] . ';width:' . $element['#width'] . $element['#width_units'] . ';';
}
if (!isset($element['#id'])) {
Loading