class Test2 in Coder 8.2
Same name in this branch
Same name and namespace in other branches
Class Test.
Hierarchy
- class \Test2 extends \AbstractTest
Expanded class hierarchy of Test2
File
- coder_sniffer/
Drupal/ Test/ Commenting/ FunctionCommentUnitTest.inc, line 369 - Some function comment tests.
View source
class Test2 extends AbstractTest {
/**
* Run method with missing described variable.
*
* @param \stdClass $start
* Start point.
*
* @return bool
* Result.
*/
public function run(\stdClass $start, \stdClass $stop) {
return TRUE;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Test2:: |
public | function | Run method with missing described variable. |