I've just done a check on the coding standards on the module file and noticed that a few docblocks are missing, also the URL module is included inline instead of using a use statement, will generate a patch

Comments

darrenwh created an issue. See original summary.

darrenwh’s picture

Title: Use statement and dockbloks on module file » Use statement and doc blocks on module file
darrenwh’s picture

Status: Needs work » Needs review
StatusFileSize
new2.73 KB

Attaching patch

darrenwh’s picture

Assigned: darrenwh » Unassigned
opdavies’s picture

+++ b/ctools.module
@@ -50,12 +72,15 @@ function template_preprocess_ctools_wizard_trail_links(&$variables) {
+/**
+ * @param array $definitions
+ */

Which hook is this implementing?

opdavies’s picture

Version: 8.x-3.0 » 8.x-3.x-dev
Status: Needs review » Needs work
shubham.prakash’s picture

Assigned: Unassigned » shubham.prakash
shubham.prakash’s picture

Assigned: shubham.prakash » Unassigned
Status: Needs work » Needs review
StatusFileSize
new2.73 KB

This patch should fix the issue.

shubham.prakash’s picture

StatusFileSize
new2.73 KB

FIxed the Error

chris matthews’s picture

Status: Needs review » Needs work
Issue tags: +Needs reroll

The patch in #9 needs a reroll.

adityasingh’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
StatusFileSize
new2.28 KB

Reroll the patch please review.