You are here

function test36 in Coder 8.3.x

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

Allow "object" as real type hint (PHP 7.2).

Parameters

\stdClass $arg: Something here.

object $blarg: Another thing.

File

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

Code

function test36(object $arg, object $blarg) {
  return $arg;
}