You are here

function some_function in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/Commenting/AuthorTagUnitTest.inc \some_function()
  2. 8.2 coder_sniffer/DrupalPractice/Test/Commenting/AuthorTagUnitTest.inc \some_function()

Test comment.

@author: Here is another one with colon.

2 calls to some_function()
InlineCommentUnitTest.inc in tests/Drupal/Commenting/InlineCommentUnitTest.inc
Example inline comments.
test in tests/DrupalPractice/CodeAnalysis/VariableAnalysisUnitTest.inc

File

tests/DrupalPractice/Commenting/AuthorTagUnitTest.inc, line 15
Some description.

Code

function some_function($a) {
}