function some_function in Coder 8.3
Same name and namespace in other branches
- 8.2 coder_sniffer/DrupalPractice/Test/Commenting/AuthorTagUnitTest.inc \some_function()
- 8.3.x tests/DrupalPractice/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) {
}