public function PrivateMethodTest::test in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/DrupalPractice/good/good.php \PrivateMethodTest::test()
- 8.3.x tests/DrupalPractice/good/good.php \PrivateMethodTest::test()
File
- coder_sniffer/
DrupalPractice/ Test/ good/ good.php, line 166
Class
Code
public function test() {
return array_filter(array(), [
$this,
'usedAsCallback',
]);
}