Closed (works as designed)
Project:
Coder
Version:
5.x-2.x-dev
Component:
Coder Format
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2008 at 17:17 UTC
Updated:
25 Jan 2008 at 18:31 UTC
I don't get these flags in the 6.x-1.x-dev version.
"put a space between the asterisk and the comment text" on the third line of the code below.
BTW, this is only in the .install file.
/**
* Implementation of hook_install().
**/
Comments
Comment #1
nancydruYes, the second and third line start in column 2.
Comment #2
douggreen commentedIt should be (I've put the S where a space should occur):
It might be complaining about the closing **/.
Comment #3
nancydruOh, maaaaannn, I use "**/" everywhere. Yes, I had the spaces there, but using two asterisks on the last line.