You are here

function test_test2 in Coder 7.2

Same name and namespace in other branches
  1. 8.2 coder_sniffer/Drupal/Test/good/good.php \test_test2()

Nice allignment in functions.

File

coder_sniffer/Test/good/good.php, line 379
This file contains all the valid notations for the drupal coding standard.

Code

function test_test2() {
  $a = 5;
  $aa = 6;
  $aaa = 7;
}