Skip to content

Commit a8c7768

Browse files
authored
Fix docblocks
1 parent 51e8fe7 commit a8c7768

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/internal/Magento/Framework/Stdlib/DateTime/Timezone/LocalizedDateToUtcConverterInterface.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@
77

88
namespace Magento\Framework\Stdlib\DateTime\Timezone;
99

10+
/*
11+
* Interface for converting localized date to UTC
12+
*/
1013
interface LocalizedDateToUtcConverterInterface
1114
{
1215
/**
16+
* Convert localized date to UTC
17+
*
1318
* @param string $data
1419
* @return string
1520
*/
1621
public function convertLocalizedDateToUtc($date);
17-
}
22+
}

0 commit comments

Comments
 (0)