@@ -63,7 +63,7 @@ |
||
63 | 63 | $parsedDto = new ParsedDto(); |
64 | 64 | $parsedDto->setVacancy($rawDto); |
65 | 65 | |
66 | - $scannerDto = $this->scanner instanceof MultistrategicScanner |
|
66 | + $scannerDto = $this->scanner instanceof MultistrategicScanner |
|
67 | 67 | ? new MultistrategicScannerDto() |
68 | 68 | : new ScannerDto(); |
69 | 69 |
@@ -62,7 +62,7 @@ |
||
62 | 62 | { |
63 | 63 | $httpClient = $event->getClient(); |
64 | 64 | |
65 | - if (! $httpClient instanceof ProxyAwareClientInterface || ! $httpClient->isProxyEnabled()) { |
|
65 | + if (!$httpClient instanceof ProxyAwareClientInterface || !$httpClient->isProxyEnabled()) { |
|
66 | 66 | return; |
67 | 67 | } |
68 | 68 |
@@ -22,7 +22,7 @@ |
||
22 | 22 | exit('This script is only accessible from localhost.'); |
23 | 23 | } |
24 | 24 | |
25 | -require_once dirname(__FILE__).'/../var/SymfonyRequirements.php'; |
|
25 | +require_once dirname(__FILE__) . '/../var/SymfonyRequirements.php'; |
|
26 | 26 | |
27 | 27 | $symfonyRequirements = new SymfonyRequirements(); |
28 | 28 |
@@ -162,7 +162,7 @@ |
||
162 | 162 | */ |
163 | 163 | public function isProxyEnabled(): bool |
164 | 164 | { |
165 | - return !! $this->options['proxy']['enabled']; |
|
165 | + return !!$this->options['proxy']['enabled']; |
|
166 | 166 | } |
167 | 167 | |
168 | 168 | /** |