Fix all code standard issues.

Comments

nitin.k created an issue. See original summary.

nitin.k’s picture

StatusFileSize
new1020 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
StatusFileSize
new22.2 KB

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

astonvictor’s picture

Status: Needs work » Needs review