You are here

public function Test2::run in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Test2::run()
  2. 8.2 coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.inc \Test2::run()

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;
}