Skip to content
Snippets Groups Projects

Resolve #3441923 "Use xxhash"

Merged Ted Bowman requested to merge issue/automatic_updates-3441923:3441923-use-xxhash into 3.1.x
Files
41
@@ -94,7 +94,7 @@ final class UpdateReady extends UpdateFormBase {
/**
* {@inheritdoc}
*/
public function buildForm(array $form, FormStateInterface $form_state, string $stage_id = NULL) {
public function buildForm(array $form, FormStateInterface $form_state, ?string $stage_id = NULL) {
try {
$this->stage->claim($stage_id);
}
Loading