Skip to content
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

Minor code comment correction #108

Merged
merged 1 commit into from Sep 29, 2019
Merged

Minor code comment correction #108

merged 1 commit into from Sep 29, 2019

Conversation

iamrafaelmelo
Copy link

Description:
The comment was hampering the progress of the code.

From:

// Render HTML form which POSTs to /bar with two hidden input fields for the
// name and value:
// <input type="hidden" name="<?= $nameKey ?>" value="<?= $name ?>">
// <input type="hidden" name="<?= $valueKey ?>" value="<?= $value ?>">

To:

/*
   Render HTML form which POSTs to /bar with two hidden input fields for the
   name and value:
   <input type="hidden" name="<?= $nameKey ?>" value="<?= $name ?>">
   <input type="hidden" name="<?= $valueKey ?>" value="<?= $value ?>">
*/

@l0gicgate l0gicgate added this to the 1.0.1 milestone Sep 29, 2019
@l0gicgate l0gicgate merged commit 019fb19 into slimphp:master Sep 29, 2019
@iamrafaelmelo iamrafaelmelo deleted the code-comment-correction branch September 29, 2019 15:58
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.

None yet

2 participants