You are here

public function Bar::test in Coder 8.2

Param comments with references are found correctly.

Parameters

string $a: Parameter one.

array $b: Parameter two.

File

coder_sniffer/Drupal/Test/good/good.php, line 655
This file contains all the valid notations for the drupal coding standard.

Class

Bar
Class declaration.

Code

public function test($a, array &$b) {
}