We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0de50f commit 1538355Copy full SHA for 1538355
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