From ca801d64a5e48f847c154f10fa1324414d8be66c Mon Sep 17 00:00:00 2001 From: Pierre PLAZANET Date: Fri, 30 Oct 2020 10:42:23 +0100 Subject: [PATCH] chore: fix CS --- .../LineBreakBetweenMethods/Regression/Case4.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {