Skip to content
Snippets Groups Projects
Commit a593d106 authored by Björn Brala's avatar Björn Brala
Browse files

build: fix codestyle

parent 0af2ed61
No related branches found
No related tags found
1 merge request!6650Resolve #3421993 "Primitivetypeconstraintvalidator vs configschemachecker"
......@@ -532,8 +532,10 @@ protected function assertValidationErrorsOLD(array $expected_messages, Constrain
* Convert a violation list to an array.
*
* @param \Symfony\Component\Validator\ConstraintViolationListInterface $violation_list
* The violation list to convert.
*
* @return array
* The converted violation list.
*/
protected static function violationListToArray(ConstraintViolationListInterface $violation_list): array {
$actual_messages = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment