提交 d7d5f200 编写于 作者: R Rob Lourens

Fix #114218

上级 145bcd3a
...@@ -1416,7 +1416,7 @@ export const globalfunctions: IEntries = { ...@@ -1416,7 +1416,7 @@ export const globalfunctions: IEntries = {
}, },
date_format: { date_format: {
description: 'Returns date formatted according to given format', description: 'Returns date formatted according to given format',
signature: '( string $format , DateTimeInterface $object ): string' signature: '( DateTimeInterface $object , string $format ): string'
}, },
date_offset_get: { date_offset_get: {
description: 'Returns the timezone offset', description: 'Returns the timezone offset',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册