forked from loafle/openapi-generator-original
fix: declare property headerSelector (#7495)
The property was created dynamically, it's a more clean approach to declare it as a member of the class.
This commit is contained in:
committed by
William Cheng
parent
2394fac677
commit
76907cacde
@@ -59,6 +59,11 @@ class FakeApi
|
||||
*/
|
||||
protected $config;
|
||||
|
||||
/**
|
||||
* @var HeaderSelector
|
||||
*/
|
||||
protected $headerSelector;
|
||||
|
||||
/**
|
||||
* @param ClientInterface $client
|
||||
* @param Configuration $config
|
||||
|
||||
Reference in New Issue
Block a user