You are here

public function Small::small in Coder 8.3

Same name and namespace in other branches
  1. 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Small::small()

Return tag should be allowed here.

Return value

string Something small.

File

tests/Drupal/Commenting/FunctionCommentUnitTest.inc, line 486
Some function comment tests.

Class

Small
A class with a method that has the same name as the class.

Code

public function small() {
  return 'string';
}