Skip to content
Snippets Groups Projects
Commit 7e547d0e authored by Bharath Kumar Kondeti's avatar Bharath Kumar Kondeti
Browse files

Issue#3347530 - Resolved PHPCS issues.

parent af0fd35a
No related branches found
No related tags found
2 merge requests!3Issue#3347530 - Resolved PHPCS issues.,!2Issue#3347530 - Resolved PHPCS issues.
......@@ -41,4 +41,4 @@ field.widget.settings.field_signature_field_widget:
label: 'Pencil color'
background_color:
type: string
label: 'Canvas background color'
\ No newline at end of file
label: 'Canvas background color'
......@@ -176,7 +176,7 @@ class SignatureWidget extends WidgetBase implements ContainerFactoryPluginInterf
$form['#attributes']['novalidate'] = 'novalidate';
// Get value.
$value = isset($items[$delta]->value) ? $items[$delta]->value : '';
$value = $items[$delta]->value ?? '';
// Signature thumbnail.
$sign_thumb = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment