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