-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
use !empty()
instead of isset()
to check framework.validation.cache
value
#7631
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
Conversation
Just to explain my intention for this... I wanted to set I've migrated to |
@craue Use a YAML file instead of an ini file... |
@stof: I already do (now). Did you actually read my comment above? |
Actually, the IniFileLoader is flawed. It only allows configuring parameters, and only string parameters (no boolean, no array, no |
Afaik, arrays are possible, but that's OT now. So we will just drop that PR? |
I guess the IniFileLoader itself won't be fixed/improved, right? It looks as its usage is discouraged altogether. Maybe it should be deprecated then. |
The ini loader is great to configure strings, so we need to keep it. But documentation should probably be updated to warn people about its limitations. Can you close this PR and open a new one on |
Is there any documentation for IniFileLoader already? If so, I'm unable to find it. |
I don't think it is documented |
Then I'm not sure where to start. |
I've just opened a ticket on the documentation. |
No description provided.