You are here

function test35 in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.inc \test35()

Using \stdClass as type hint is ok, but not in the documentation.

Parameters

object $name: Some description.

\stdClass $param2: Some description.

File

tests/Drupal/Commenting/FunctionCommentUnitTest.inc, line 453
Some function comment tests.

Code

function test35(\stdClass $name, \stdClass $param2) {
}