-
-
Notifications
You must be signed in to change notification settings - Fork 596
Closed
Description
Since #419 we have 3 constructor arguments. It is likely that a new feature will require a 4th one. It could be better to use an array instead. Especially for string/bool arguments.
$client = new Client($httpClient, ['api_version'=>'s2', 'enterprice_url'=>'foobar'])These should be validated with the symfony option resolver and then stored an separate instance variables (like today)
Metadata
Metadata
Assignees
Labels
No labels