You are here

private function PrivateMethodTest::usedAsCallback in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/good/good.php \PrivateMethodTest::usedAsCallback()
  2. 8.3.x tests/DrupalPractice/good/good.php \PrivateMethodTest::usedAsCallback()

This private method is used as array filter callback, so not unused.

File

coder_sniffer/DrupalPractice/Test/good/good.php, line 162

Class

PrivateMethodTest

Code

private function usedAsCallback() {
  return FALSE;
}