Fix all code standard issues.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nitin.k created an issue. See original summary.

nitin.k’s picture

FileSize
1020 bytes

Now code looks good, please apply this patch.

AstonVictor’s picture

Status: Active » Needs work

There are still some CS issues.

block_refresh.install:17:1: error - You must use "/**" style comments for a function comment
block_refresh.install:17:1: error - Expected 1 blank line before function; 0 found
block_refresh.install:22:1: error - You must use "/**" style comments for a function comment
block_refresh.install:22:1: error - Expected 1 blank line before function; 0 found
AstonVictor’s picture

Title: Install file » Code standards
Issue summary: View changes
FileSize
22.2 KB

Added a new patch. Fixed CS issues for all files.

AstonVictor’s picture

Status: Needs work » Needs review