Bug #25701
Various injection errors in FLOW3
| Status: | Closed | Start date: | 2011-04-01 | ||
|---|---|---|---|---|---|
| Priority: | Should have | Due date: | |||
| Assignee: | - | % Done: | 40% |
||
| Category: | Object | ||||
| Target version: | TYPO3 Flow Base Distribution - 1.0 beta 1 | ||||
| PHP Version: | Complexity: | ||||
| Has patch: | FLOW3 version affected: | ||||
| Votes: | 0 |
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?
History
Updated by Karsten Dambekalns about 2 years ago
- % Done changed from 0 to 40
The first one has been solved by now (removed the code).
Updated by Karsten Dambekalns almost 2 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.