Skip to content

Conversation

dragonflyfree
Copy link
Contributor

No description provided.

dragonflyfree and others added 16 commits March 11, 2023 14:01
The provided code sample had the two lines each with their own `<?php` opening tags and `?>` closing tags. This is not in the style of the other code examples provided in these tutorials, and if directly copied, results in an error.
All other code samples within the tutorial have the `<?php` opening tag on it's own line followed by a line of white space. Auto-format when saving the document in the codespace also puts the `<?php` on it's own line. To my knowledge, no other code sample in this tutorial uses the PHP close tag, so I removed that. I also changed the codeblock to use PHP syntax highlighting as opposed to HTML highlighting.
Adding whitespace after `<?php` so the code samples on this page match the format of other code samples in the tutorial.
Inconsistent whitespace with spaces and some random tabs here and there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants