You are here

CommaUnitTest.inc in Coder 8.2

File

coder_sniffer/Drupal/Test/WhiteSpace/CommaUnitTest.inc
View source
<?php

$x = array(
  'uid',
  'rid',
);
function foo($bar, $x) {
}
function foo2($bar, $x) {
}
foo(1, 2);
foo(1, 2);
list(, , $bundle) = entity_extract_ids('node', $entity);

Functions

Namesort descending Description
foo
foo2