public function Test::doSomethingMore in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/Drupal/Semantics/FunctionTUnitTest.inc \Test::doSomethingMore()
- 8.3.x tests/Drupal/Semantics/FunctionTUnitTest.inc \Test::doSomethingMore()
File
- coder_sniffer/
Drupal/ Test/ Semantics/ FunctionTUnitTest.inc, line 32
Class
Code
public function doSomethingMore() {
return new TranslationWrapper(' Do not start with a space');
}