Posted by xjm on October 30, 2011 at 2:03pm
7 followers
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | documentation |
| Category: | task |
| Priority: | minor |
| Assigned: | ryanissamson |
| Status: | closed (fixed) |
| Issue tags: | needs backport to D7, Novice |
Issue Summary
Problem/Motivation
From #1315886: Clean up API docs for includes directory, files starting with A-C. archiver.inc has the following minor code style issues:
- Double space after a period in constructor documentation.
- Missing period in the documentation for
ArchiverInterafce::extract(). - Incorrect capitalization of type-hinting in
ArchiverInterafce::extract(). (Arrayshould bearray.)
Proposed resolution
Correct these style issues.
Remaining tasks
Postponed for #1315886: Clean up API docs for includes directory, files starting with A-C.
User interface changes
None.
API changes
None.
Comments
#1
#2
This is probably unobtrusive enough to backport.
#3
#4
#5
Actually, this would make a good novice issue.
Note that any patch for this issue will need to be rerolled once #1315886: Clean up API docs for includes directory, files starting with A-C is fixed, so probably best to wait until then.
#6
I can do this one :)
#7
Okay, this is my first time creating and uploading a patch - I couldn't see a double-space after a period in the constructor documentation. If I missed it, I can fix it. Wow, core office hours really are a great way to both help and learn. Now I can see a patch and understand it much better. I thought all of the patch info was typed manually. GIT really does the hard work.
#8
Hey Ryan,
Nice one. The patch applies cleanly and it looks like all the typos are fixed.
Now I just need to find my first patch to roll...
#9
Not sure why the testbot didn't report back, but the tests passed.
Committed and pushed to 8.x and 7.x. Thanks! Congrats on your first core patch, Ryan! :D
#10
#7: clean-up-minor-code-1326482-7.patch queued for re-testing.Sorry ... just troubleshooting testbots.
#11
The last submitted patch, clean-up-minor-code-1326482-7.patch, failed testing.
#12
#13
Automatically closed -- issue fixed for 2 weeks with no activity.