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 987f975 commit 1925de8Copy full SHA for 1925de8
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php
@@ -148,7 +148,7 @@ public function testDefaultValueForCategoryUrlPath(): void
148
* @magentoDbIsolation enabled
149
* @return void
150
*/
151
- public function testSaveActionFromProductCreationPage($postData): void
+ public function testSaveActionFromProductCreationPage(array $postData): void
152
{
153
$this->getRequest()->setMethod(HttpRequest::METHOD_POST);
154
$this->getRequest()->setPostValue($postData);
0 commit comments