The expression $this->SubmittedForm()->canView($member); of type boolean|string adds the type string to the return on line 47 which is incompatible with the return type of the parent method SilverStripe\UserForms\M...ittedFormField::canView of type boolean.
The expression $this->SubmittedForm()->canEdit($member); of type boolean|string adds the type string to the return on line 61 which is incompatible with the return type of the parent method SilverStripe\UserForms\M...ittedFormField::canEdit of type boolean.
The expression $this->SubmittedForm()->canDelete($member); of type boolean|string adds the type string to the return on line 75 which is incompatible with the return type of the parent method SilverStripe\UserForms\M...tedFormField::canDelete of type boolean.