File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments