Closed (fixed)
Project:
Drupal Code Sniffer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2012 at 21:38 UTC
Updated:
18 Aug 2012 at 22:41 UTC
Test code:
/**
* @file
* Foo.
*/
/**
* Bar.
**/
function test() {
return TRUE;
}
Should throw an error on line 10 that "*/" should be used instead of "**/". Currently it throws 2 completely unrelated errors on line 9.
Comments
Comment #1
klausiFixed: http://drupalcode.org/project/drupalcs.git/commit/dadae6e