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 255d3bf commit 1ea334eCopy full SHA for 1ea334e
lib/internal/Magento/Framework/Stdlib/Test/Unit/DateTime/TimezoneTest.php
@@ -161,7 +161,7 @@ public function getConvertConfigTimeToUtcFixtures()
161
* @param string $expectedResult
162
* @dataProvider getDateFormatDataProvider
163
*/
164
- public function testGetDateFormat(string $locale, string $expectedResult)
+ public function testGetDateFormat($locale, $expectedResult)
165
{
166
$this->localeResolver->expects($this->once())
167
->method('getLocale')
0 commit comments