public function Test::doSomething in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/Drupal/Semantics/FunctionTUnitTest.inc \Test::doSomething()
- 8.3.x tests/Drupal/Semantics/FunctionTUnitTest.inc \Test::doSomething()
File
- coder_sniffer/
Drupal/ Test/ Semantics/ FunctionTUnitTest.inc, line 24
Class
Code
public function doSomething() {
return $this
->t('This string should avoid backslashes for \'');
}