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