CommentFileSizeAuthor
#2 2607300.patch5.04 KBheykarthikwithu

Comments

heykarthikwithu created an issue. See original summary.

heykarthikwithu’s picture

Assigned: heykarthikwithu » Unassigned
Status: Active » Needs review
StatusFileSize
new5.04 KB

Added a patch for this.

megachriz’s picture

Status: Needs review » Closed (duplicate)

There is already an issue open about this. Maybe you could merge your patch with the patch on that issue?
#2490782: Docblock improvements

+++ b/plugins/FeedsCSVParser.inc
@@ -77,7 +77,9 @@ class FeedsCSVParser extends FeedsParser {
+   * @param int $start
+   * @param int $limit

As said on the other issue, when you add @param it would be good to add a description as well. See https://www.drupal.org/node/1354#param