Bug #33043
f:identity.json wrong namespace
| Status: | Resolved | Start date: | 2012-01-08 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | ViewHelpers | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 | |||
| Has patch: | No | FLOW3 version affected: | FLOW3 1.0.2 | |
| Votes: | 0 |
Description
/** * @var \F3\FLOW3\Persistence\PersistenceManagerInterface */ protected $persistenceManager;
It works because the property is injected via method-injection but its still wrong :)
Maybe there are some more miss spellings like this. Did someone search for them after namespace changed from \F3\?
Associated revisions
[BUGFIX] Fix @var annotation type in identity.json VH
Change-Id: Ic053174e057cb421dddbb5e9cf73e86b8eb24837
Fixes: #33043
Releases: 1.1
History
Updated by Karsten Dambekalns about 1 year ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.1
Updated by Gerrit Code Review about 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9477
Updated by Karsten Dambekalns about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100