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 f706fdd commit fd155b3Copy full SHA for fd155b3
lib/internal/Magento/Framework/Module/PackageInfo.php
@@ -64,10 +64,10 @@ class PackageInfo
64
private $serializer;
65
66
/**
67
- * Constructor
68
- *
69
* @param Dir\Reader $reader
70
* @param ComponentRegistrar $componentRegistrar
+ * @param \Magento\Framework\Serialize\Serializer\Json|null $serializer
+ * @throws \RuntimeException
71
*/
72
public function __construct(
73
Dir\Reader $reader,
0 commit comments