Skip to content

Commit

Permalink
chore: fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Oct 30, 2020
1 parent e24b61c commit ca801d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/UseCase/LineBreakBetweenMethods/Regression/Case4.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand All @@ -28,7 +28,7 @@ public function getFixer()
}

/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getRawScript()
{
Expand Down Expand Up @@ -71,7 +71,7 @@ function someFuncName(
}

/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getExpectation()
{
Expand Down Expand Up @@ -114,7 +114,7 @@ function someFuncName(string $format, string $time, DateTimeZone $timezone = nul
}

/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getMinSupportedPhpVersion()
{
Expand Down

0 comments on commit ca801d6

Please sign in to comment.