-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile Error - Declaration of Nette\SmartObject::__call #315
Comments
Related issue (cz only) - https://forum.nette.org/cs/36492-compile-error-smartobject |
Forms 3.0 are unsupported long time |
Sorry, I mentioned the wrong version. This error occurs in the latest version of |
@dg Now you can see? Please let me know how can I help fix this error, thanks. |
Hi @dg and thanks a lot for fixing this. Would it be possible to release a new tag that includes this fix? Thanks in advance! |
Version: 4.0.4
Bug Description
Steps To Reproduce
Install:
nette/utils
v4.0.4nette/forms
v3.2.3Possible Solution
I suggest adding the
mixed
type to\Nette\SmartObject::__call
or removing it from\Nette\Forms\Controls\BaseControl::__call
.Please let me know which solution you prefer, and I will create a pull request. Thank you.
The text was updated successfully, but these errors were encountered: