Bug #33043
f:identity.json wrong namespace
Status:
Resolved
Priority:
Should have
Assignee:
Category:
ViewHelpers
Target version:
Start date:
2012-01-08
Due date:
% Done:
100%
Estimated time:
Has patch:
No
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\?