| 1 | <?php |
||
| 30 | class WeightedMethodCount extends AbstractRule implements ClassAware |
||
| 31 | { |
||
| 32 | /** |
||
| 33 | * This method checks the weighted method count for the given class against |
||
| 34 | * a configured threshold. |
||
| 35 | * |
||
| 36 | * @param \PHPMD\AbstractNode $node |
||
| 37 | * @return void |
||
| 38 | */ |
||
| 39 | 5 | public function apply(AbstractNode $node) |
|
| 48 | } |
||
| 49 |