Rename ValidationResult's creation methods
Problem/Motivation
ValidationResult's createErrorResult() and createWarningResult() methods don't need the word "result" in them; that's already in the class name. I propose we rename these to createError() and createWarning().
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Edited by drupalbot