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 db6f353 commit 4f78388Copy full SHA for 4f78388
lib/internal/Magento/Framework/Controller/Result/Json.php
@@ -55,6 +55,7 @@ public function __construct(
55
* @param array $options Additional options used during encoding
56
* @return $this
57
* @throws \InvalidArgumentException
58
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
59
*/
60
public function setData($data, $cycleCheck = false, $options = [])
61
{
0 commit comments