Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Fixed fatal error in dependency injection config #202

Merged
merged 1 commit into from
May 16, 2017

Conversation

pppdns
Copy link
Contributor

@pppdns pppdns commented Apr 18, 2017

$definition->addMethodCall(...) on L111 results in Fatal error: Call to undefined method Symfony\Component\DependencyInjection\Reference::addMethodCall(). This is because $definition is Reference type, though it should be Definition type which has the addMethodCall method

see
ff9c3e7#commitcomment-21808406
for more details

`$definition->addMethodCall(...)` on L111 results in `Fatal error: Call to undefined method Symfony\Component\DependencyInjection\Reference::addMethodCall()`. This is because `$definition` is `Reference` type, though it should be `Definition` type which has the `addMethodCall` method

see
stephpy@ff9c3e7#commitcomment-21808406
for more details
@Strategy47
Copy link

I have the same problem after a composer update this PR is correct! Please merge.

@stephpy stephpy merged commit 744b43c into stephpy:master May 16, 2017
@stephpy
Copy link
Owner

stephpy commented May 16, 2017

Thanks, fixed on https://github.com/stephpy/timeline-bundle/releases/tag/v2.4.1

@Strategy47
Copy link

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants