core: Incompatibility with Symfony v3.3.0-RC1

Objects returned by Symfony\Component\DependencyInjection\Argument\RewindableGenerator::getIterator() 
must be traversable or implement interface Iterator in.
(which is being imported from "/app/app/config/routing.yml"). 
Make sure there is a loader supporting the "api_platform" type.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 20 (7 by maintainers)

Most upvoted comments

After debugging all the morning! 😰

Issue is here: https://github.com/symfony/symfony/issues/22780

The patch was merged in Symfony @hugohenrique. So if you want to remove phpdocumentor/reflection-docblock just run composer remove phpdocumentor/reflection-docblock && composer update symfony/symfony.

Yes, I will make this

I really can’t reproduce these errors either…