Skip to content

Commit 1538355

Browse files
kenjisiRedds
andcommitted
docs: fix @param
Co-authored-by: Andrey Pyzhikov <[email protected]>
1 parent c0de50f commit 1538355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Cache/FactoriesCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class FactoriesCache
2222
private $cache;
2323

2424
/**
25-
* @param CacheInterface|FileVarExportHandler $cache
25+
* @param CacheInterface|FileVarExportHandler|null $cache
2626
*/
2727
public function __construct($cache = null)
2828
{

0 commit comments

Comments
 (0)