Skip to content

Commit aee74dd

Browse files
committed
Fix docblocks
1 parent b940d36 commit aee74dd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/CacheWarmer/CompileCacheWarmer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(TypeGenerator $typeGenerator, bool $compiled = true)
1919
}
2020

2121
/**
22-
* @return bool
22+
* {@inheritdoc}
2323
*/
2424
public function isOptional()
2525
{
@@ -29,7 +29,7 @@ public function isOptional()
2929
/**
3030
* @param string $cacheDir
3131
*
32-
* @return array
32+
* @return string[]
3333
*/
3434
public function warmUp($cacheDir)
3535
{

src/Generator/TypeGeneratorOptions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ class TypeGeneratorOptions
2222
*/
2323
public int $cacheDirMask;
2424

25+
/**
26+
* Whether a class map should be generated.
27+
*/
2528
public bool $useClassMap = true;
2629

2730
/**

0 commit comments

Comments
 (0)