CommentEmptyLineUnitTest.inc in Coder 8.2
File
coder_sniffer/DrupalPractice/Test/Commenting/CommentEmptyLineUnitTest.incView source
<?php
// This comment is flying around.
foo();
// This comment is properly attached.
bar();
<?php
// This comment is flying around.
foo();
// This comment is properly attached.
bar();