You are here

function test30 in Coder 8.3

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

Indentation of param comment is wrong.

Parameters

string $xml_response: String returned from CreateClientProfile.

Return value

mixed Return fetched bookings or log error.

File

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

Code

function test30($xml_response) {
}