Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | master |
File https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Form/Form.php
throw new RuntimeException('A cycle wa
5942
s detected. Listeners to the PRE_SET_DATA event must not call setData(). You should call setData() on the FormEvent object instead.');
I believe here is a typo, in first case there should be getData
instead of setData.