repo/rest-api/src/Application/Serialization/Exceptions/InvalidFieldException.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct( string $field, $value, string $path = '', string $message = '', Throwable $previous = null ) {