PostStatementCommentUnitTest.inc in Coder 8.2
File
coder_sniffer/Drupal/Test/Commenting/PostStatementCommentUnitTest.incView source
<?php
foo();
// Comment should be on the line before.
$x = array(
'a' => 'b',
'c' => 'd',
);
<?php
foo();
// Comment should be on the line before.
$x = array(
'a' => 'b',
'c' => 'd',
);