mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Fix #114218
This commit is contained in:
@@ -1416,7 +1416,7 @@ export const globalfunctions: IEntries = {
|
||||
},
|
||||
date_format: {
|
||||
description: 'Returns date formatted according to given format',
|
||||
signature: '( string $format , DateTimeInterface $object ): string'
|
||||
signature: '( DateTimeInterface $object , string $format ): string'
|
||||
},
|
||||
date_offset_get: {
|
||||
description: 'Returns the timezone offset',
|
||||
|
||||
Reference in New Issue
Block a user