| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | public function __construct($ruleName = 'RuleStub', $ruleSetName = 'TestRuleSet') |
||
| 38 | { |
||
| 39 | $this->setName($ruleName); |
||
| 40 | $this->setExternalInfoUrl('https://phpmd.org/rules/index.html'); |
||
| 41 | $this->setRuleSetName($ruleSetName); |
||
| 42 | $this->setSince('42.23'); |
||
| 43 | $this->setDescription('Simple rule stub'); |
||
| 44 | } |
||
| 45 | |||
| 58 |