We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to make const Array a public one
forms/src/Forms/Container.php
Line 28 in 241e53f
It doesn't really make a sense to me as you are defining const Array to be a string array and then compare to it - but at
array
Line 170 in 241e53f
$form->getValues('array')
$form->getValues(Container::Array)
The text was updated successfully, but these errors were encountered:
8a23250
Container: const Array changed to public [Closes #301]
b53cfe3
070f96d
0be7b3d
No branches or pull requests
Is it possible to make const Array a public one
forms/src/Forms/Container.php
Line 28 in 241e53f
It doesn't really make a sense to me as you are defining const Array to be a string
array
and then compare to it - but atforms/src/Forms/Container.php
Line 170 in 241e53f
$form->getValues('array')
instead of$form->getValues(Container::Array)
The text was updated successfully, but these errors were encountered: