Skip to content
Snippets Groups Projects
Commit 212652a3 authored by yas's avatar yas
Browse files

Converted the array syntax from array(...) to [...]

parent 0cea8eb8
No related branches found
No related tags found
No related merge requests found
Showing
with 239 additions and 239 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -53,9 +53,9 @@ class CloudContentDeleteForm extends ContentEntityConfirmFormBase {
$entity = $this->entity;
return t('Are you sure you want to delete entity %name?', array(
return t('Are you sure you want to delete entity %name?', [
'%name' => $entity->label(),
));
]);
}
/**
......
This diff is collapsed.
This diff is collapsed.
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