Skip to content

Commit eb83f62

Browse files
PHPCS fix (#795)
1 parent f828090 commit eb83f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Form/AppApiKeyAddFormBase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
180180
if ($api_products === []) {
181181
// Is this a skeleton key?
182182
$this->messenger()->addWarning($this->t('The @app @app_entity_label has no @apis associated.', $t_args + [
183-
'@app_entity_label' => $this->app->getEntityType()->getSingularLabel(),
183+
'@app_entity_label' => $this->app->getEntityType()->getSingularLabel(),
184184
// @todo DI dependency.
185185
// phpcs:disable
186186
'@apis' => \Drupal::entityTypeManager()->getDefinition('api_product')->getPluralLabel(),
187187
// phpcs:enable
188-
]));
188+
]));
189189
return;
190190
}
191191

0 commit comments

Comments
 (0)