Bug #4866
Closing semicolon missing on return statements in getter methods in Domain Model classes
| Status: | Resolved | Start date: | 2009-10-02 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
no big thing but resulting in a
Parse error: syntax error, unexpected '}' in /path/to/typo3conf/ext/your_extkey/Classes/Domain/Model/Entity.php on line ...
Associated revisions
[+BUGFIX] Extbase Kickstarter (Templates): Added missing semicolon to Domain Object. Fixes #4866.
[+TASK] Extbase Kickstarter: Some cleanups so that the unit tests run again.
History
Updated by Robert Böttner over 3 years ago
no patch for that one since it´s only the semicolon in Resources/Private/CodeTemplates/Domain/Model/domainObject.phpt in line 61 but you´ll know that anyway.
Updated by Peter Niederlag over 3 years ago
- File bug_4866.diff added
just in case someone needs the patch, here it is.
Updated by Sebastian Kurfuerst over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r25401.