diff --git a/tests/UseCase/LineBreakBetweenMethods/Regression/Case4.php b/tests/UseCase/LineBreakBetweenMethods/Regression/Case4.php index eef710e..012fb7f 100644 --- a/tests/UseCase/LineBreakBetweenMethods/Regression/Case4.php +++ b/tests/UseCase/LineBreakBetweenMethods/Regression/Case4.php @@ -8,12 +8,12 @@ use tests\UseCase; /** - * https://github.com/PedroTroller/PhpCSFixer-Custom-Fixers/issues/104 + * https://github.com/PedroTroller/PhpCSFixer-Custom-Fixers/issues/104. */ final class Case4 implements UseCase { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getFixer() { @@ -28,7 +28,7 @@ public function getFixer() } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRawScript() { @@ -71,7 +71,7 @@ function someFuncName( } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getExpectation() { @@ -114,7 +114,7 @@ function someFuncName(string $format, string $time, DateTimeZone $timezone = nul } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMinSupportedPhpVersion() {