| @@ -39,9 +39,9 @@ | ||
| 39 | 39 | * @var LazyLoadingValueHolderFactory|null |
| 40 | 40 | */ |
| 41 | 41 | private $proxyManager; |
| 42 | 42 | |
| 43 | - public function __construct(bool $writeProxiesToFile = false, ?string $proxyDirectory = null) | |
| 43 | + public function __construct(bool $writeProxiesToFile = false, string $proxyDirectory = null) | |
| 44 | 44 | { |
| 45 | 45 | $this->writeProxiesToFile = $writeProxiesToFile; |
| 46 | 46 | $this->proxyDirectory = $proxyDirectory; |
| 47 | 47 | } |