Skip to content

Commit 87dde61

Browse files
author
Maciej Pawłowski
committed
static analysis fix
1 parent 5f3b07d commit 87dde61

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/ProductAlert/Model/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @api
4141
* @since 100.0.2
4242
* @method int getStoreId()
43-
* @method $this setStoreId()
43+
* @method $this setStoreId(int $storeId)
4444
*/
4545
class Email extends AbstractModel
4646
{

dev/tests/integration/testsuite/Magento/Store/_files/second_store_with_second_identity.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
'Fixture Store Owner',
2626
ScopeInterface::SCOPE_STORES,
2727
$storeId
28-
2928
);
3029
$configResource->saveConfig(
3130
'trans_email/ident_general/email',

0 commit comments

Comments
 (0)