Skip to content

Commit 1693844

Browse files
committed
Apply fixes from new fixers
1 parent 52071d4 commit 1693844

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Ruleset/AbstractRuleset.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,31 @@ abstract class AbstractRuleset implements RulesetInterface
4444
protected $autoActivateIsRiskyAllowed = false;
4545

4646
/**
47-
* {@inheritdoc}
47+
* @inheritDoc
4848
*/
4949
final public function getName(): string
5050
{
5151
return $this->name ?? trim(strrchr(self::class, '\\'), '\\');
5252
}
5353

5454
/**
55-
* {@inheritdoc}
55+
* @inheritDoc
5656
*/
5757
final public function getRules(): array
5858
{
5959
return $this->rules;
6060
}
6161

6262
/**
63-
* {@inheritdoc}
63+
* @inheritDoc
6464
*/
6565
final public function getRequiredPHPVersion(): int
6666
{
6767
return $this->requiredPHPVersion;
6868
}
6969

7070
/**
71-
* {@inheritdoc}
71+
* @inheritDoc
7272
*/
7373
final public function willAutoActivateIsRiskyAllowed(): bool
7474
{

0 commit comments

Comments
 (0)