You are here

function foo_bar in Coder 8.3

Same name and namespace in other branches
  1. 8.2 coder_sniffer/Drupal/Test/Commenting/FileCommentUnitTest.10.inc \foo_bar()
  2. 8.2 coder_sniffer/Drupal/Test/good/good.php \foo_bar()
  3. 7.2 coder_sniffer/Test/good/good.php \foo_bar()
  4. 8.3.x tests/Drupal/Commenting/FileCommentUnitTest.10.inc \foo_bar()

@file

File

tests/Drupal/Commenting/FileCommentUnitTest.10.inc, line 5

Code

function foo_bar($foo) {
  return NULL;
}