Bug #36520
Invalid type encountered: 'Date'
| Status: | Resolved | Start date: | 2012-04-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
When I choose Date" in "Property type", the type of the class property is wrong:
/**
* Date
*
* @var Date
*/
protected $date;
should be:
/**
* Date
*
* @var DateTime
*/
protected $date;
Associated revisions
[{BUGFIX] Correct var type for Date property
Change-Id: I683de5c21e62a758b38a7a5bc5d5af765518695b
Resolves: #36520
History
Updated by Gerrit Code Review 11 months ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11941
Updated by Nico de Haen 11 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 090c8ffcb14071a8bf8fa9bf312d8538e87a34f6.