From 5ed1541693595e4242cccdeaacfb85c3ac46f836 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 2 Jul 2024 10:06:58 +0200 Subject: [PATCH] [TASK] Drop surplus empty lines from PHPDoc This was done using the `phpdoc_trim` PHP-CS-Fixer rule. --- src/CSSList/Document.php | 1 - src/OutputFormatter.php | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/CSSList/Document.php b/src/CSSList/Document.php index 8d0822b2..810a6282 100644 --- a/src/CSSList/Document.php +++ b/src/CSSList/Document.php @@ -100,7 +100,6 @@ public function getAllValues($mElement = null, $bSearchInFunctionArguments = fal * * @return array * @example `getSelectorsBySpecificity('>= 100')` - * */ public function getSelectorsBySpecificity($sSpecificitySearch = null) { diff --git a/src/OutputFormatter.php b/src/OutputFormatter.php index 2020ab93..75e1532d 100644 --- a/src/OutputFormatter.php +++ b/src/OutputFormatter.php @@ -86,7 +86,6 @@ public function spaceAfterSelectorSeparator(): string /** * @param string $sSeparator - * */ public function spaceBeforeListArgumentSeparator($sSeparator): string { @@ -95,7 +94,6 @@ public function spaceBeforeListArgumentSeparator($sSeparator): string /** * @param string $sSeparator - * */ public function spaceAfterListArgumentSeparator($sSeparator): string { @@ -180,7 +178,6 @@ public function removeLastSemicolon($sString) } /** - * * @param array $aComments * * @return string