File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public static function setUpBeforeClass(): void
40
40
* @group runInSeparateProcess
41
41
* @runInSeparateProcess
42
42
*/
43
- public function testAuthenticate (string $ expectedResult , array $ methods ): void
43
+ public function testAuthenticate (bool | string $ expectedResult , array $ methods ): void
44
44
{
45
45
$ mock = $ this ->getMockBuilder (Subject::class)
46
46
->setMethods ([
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public function testValidateKey(): void
81
81
*/
82
82
public function testFormatTimezoneDate (
83
83
string $ expectedResult ,
84
- ? string $ data ,
84
+ string | int | null $ data ,
85
85
string $ format = Mage_Core_Model_Locale::FORMAT_TYPE_SHORT ,
86
86
bool $ showTime = false ,
87
87
bool $ useTimezone = false # disable timezone by default for tests
You can’t perform that action at this time.
0 commit comments