Skip to content

Commit 0eb16ad

Browse files
committed
Cleaned up
1 parent 48c31cd commit 0eb16ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Plugin/KeyType/CertificateKeyType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta
108108
* {@inheritdoc}
109109
*/
110110
public function validateConfigurationForm(array &$form, FormStateInterface $form_state): void {
111+
// This function is deliberately left empty.
112+
// Actual validation is performed by self::validateKeyValue(), which see.
111113
}
112114

113115
/**

0 commit comments

Comments
 (0)