CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #36520

Invalid type encountered: 'Date'

Added by Steffen Müller about 1 year ago. Updated 11 months ago.

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

Revision 090c8ffc
Added by Nico de Haen 11 months ago

[{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

Also available in: Atom PDF