The expression $this->SubmittedForm()->canView($member); of type boolean|string adds the type string to the return on line 41 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 55 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 69 which is incompatible with the return type of the parent method SilverStripe\UserForms\M...tedFormField::canDelete of type boolean.