Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Infinite recursion on AbstractAccept header #84

Closed
weckx opened this issue Aug 2, 2016 · 1 comment
Closed

Infinite recursion on AbstractAccept header #84

weckx opened this issue Aug 2, 2016 · 1 comment

Comments

@weckx
Copy link
Contributor

weckx commented Aug 2, 2016

If you create a new Accept (or any other that extends from AbstractAccept) and try to call getFieldValue(), an infinite recursion and a fatal error happens. To reproduce:

$acceptHeader = new Accept();
$acceptHeader->getFieldValue();
@weckx
Copy link
Contributor Author

weckx commented Aug 2, 2016

Fixed with PR #85

@weckx weckx closed this as completed Aug 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant