public function Test2::run in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Test2::run()
- 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Test2::run()
Run method with missing described variable.
Parameters
\stdClass $start: Start point.
Return value
bool Result.
File
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.inc, line 380 - Some function comment tests.
Class
- Test2
- Class Test.
Code
public function run(\stdClass $start, \stdClass $stop) {
return TRUE;
}