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 b378e69 commit bd6d744Copy full SHA for bd6d744
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