-
Notifications
You must be signed in to change notification settings - Fork 2k
fix: misleading code examples #13304
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
base: master
Are you sure you want to change the base?
Conversation
added $CONFIG = array ( where it was missing, and would have resultet in an broken instance Signed-off-by: Emma <muelltonnensurfen@gmail.com>
Thanks for your pr 👍 I get the idea; however, this only leads to a broken instance one did not read the paragraph above? cc @joshtrichards @szaimen wdyt? |
The other thing is... removing <?php from the examples would do that job, as config examples in other documentation pages like
Be consistent in docs, to avoid errors.... or avoid errors by clarifying docs. |
That sounds like the better alternative.
What anchor are you referring to? |
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Emma <muelltonnensurfen@gmail.com>
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Emma <muelltonnensurfen@gmail.com>
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Emma <muelltonnensurfen@gmail.com>
added $CONFIG = array ( where it was missing, and would have resultet in an broken instance
☑️ Resolves
🖼️ Screenshots