Closed (fixed)
Project:
IMP
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2013 at 22:56 UTC
Updated:
11 Dec 2013 at 01:00 UTC
Jump to comment: Most recent, Most recent file
minor errors found in core/modules/migrate/tests/Drupal/migrate/Tests/MigrateSqlIdMapTest.php
45 | ERROR | Missing short description in function doc comment
46 | ERROR | There must be an empty line before the parameter block
50 | ERROR | Missing comment for @return statement
86 | ERROR | Array indentation error, expected 6 spaces but found 4
--------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | imp-2139599-5.patch | 4.99 KB | bdone |
| #2 | comment-testSaveIdMapping-test.patch | 2.53 KB | jessehs |
Comments
Comment #1
bdone commentedComment #2
jessehsHere's a different patch to provide documentation about each step of the test. This makes it easier to follow for n00bs like me :-)
Comment #3
mikeryan@bdone, looks like it's already committed.
@jessehs, your patch is separate from this issue, I would suggest opening a separate issue for improving in-line comments.
Thanks.
Comment #4
bdone commentedstill a few pending minor issues. i guess it's a good idea to clean these up as we go. might make the core patches easier?
Comment #5
bdone commentedfixes are attached
Comment #6
bdone commentedComment #7
chx commentedCommitted, thanks.