We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
8 | class CompileCacheWarmer implements CacheWarmerInterface |
||
9 | { |
||
10 | /** @var TypeGenerator */ |
||
11 | private $typeGenerator; |
||
12 | |||
13 | 22 | public function __construct(TypeGenerator $typeGenerator) |
|
17 | |||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | */ |
||
21 | 22 | public function isOptional() |
|
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | 22 | public function warmUp($cacheDir) |
|
33 | } |
||
34 |