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:
Jens Radtke
2018-01-25 17:49:35 +01:00
committed by William Cheng
parent 2394fac677
commit 76907cacde
10 changed files with 45 additions and 5 deletions

View File

@@ -59,6 +59,11 @@ class FakeApi
*/
protected $config;
/**
* @var HeaderSelector
*/
protected $headerSelector;
/**
* @param ClientInterface $client
* @param Configuration $config