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 02b3148 commit 22e47e7Copy full SHA for 22e47e7
dev/tests/integration/testsuite/Magento/User/Model/UserExpirationTest.php
@@ -100,7 +100,7 @@ public function testLargeExpirationDate(): void
100
* @return void
101
* @throws AlreadyExistsException
102
*/
103
- public function setExpirationDateToUser(string $expirationDate, int $userId): void
+ private function setExpirationDateToUser(string $expirationDate, int $userId): void
104
{
105
$this->userExpiration = $this->userExpirationFactory->create();
106
$this->userExpiration->setExpiresAt($expirationDate);
0 commit comments