We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e81980 commit 0404ae9Copy full SHA for 0404ae9
1 file changed
system/Cache/FactoriesCache.php
@@ -22,7 +22,7 @@ final class FactoriesCache
22
private $cache;
23
24
/**
25
- * @param CacheInterface|FileVarExportHandler $cache
+ * @param CacheInterface|FileVarExportHandler|null $cache
26
*/
27
public function __construct($cache = null)
28
{
0 commit comments