You are here

PostStatementCommentUnitTest.inc in Coder 8.2

File

coder_sniffer/Drupal/Test/Commenting/PostStatementCommentUnitTest.inc
View source
<?php

foo();

// Comment should be on the line before.
$x = array(
  'a' => 'b',
  'c' => 'd',
);