Bug #25701
Various injection errors in FLOW3
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Object
Target version:
Start date:
2011-04-01
Due date:
% Done:
40%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
I see these with everything on master as of right now and clean caches:
- Could not autowire property F3\FLOW3\AOP\Builder\ProxyClassBuilder::emptyConstructorInterceptorBuilder because the method parameter in injectEmptyConstructorInterceptorBuilder() contained no class type hint.
- Could not autowire property F3\FLOW3\Command\CoreCommandController::signalSlotDispatcher because injectSignalSlotDispatcher() expects none instead of exactly 1 parameter.
The EmptyConstructorInterceptorBuilder
that is to be injectd in the first case does not exist anymore. But injectSignalSlotDispatcher()
has one parameter.
Is that a known issue?
Updated by Karsten Dambekalns almost 10 years ago
- % Done changed from 0 to 40
The first one has been solved by now (removed the code).
Updated by Karsten Dambekalns over 9 years ago
- Status changed from Needs Feedback to Closed
- Target version set to 1.0 beta 1
Haven't seen these for ages now, so it seems to have been solved.