Skip to content

Commit 8661e37

Browse files
authored
[TASK] Drop surplus empty lines from PHPDoc (#637)
This was done using the `phpdoc_trim` PHP-CS-Fixer rule.
1 parent 9c42211 commit 8661e37

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/CSSList/Document.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public function getAllValues($mElement = null, $bSearchInFunctionArguments = fal
100100
*
101101
* @return array<int, Selector>
102102
* @example `getSelectorsBySpecificity('>= 100')`
103-
*
104103
*/
105104
public function getSelectorsBySpecificity($sSpecificitySearch = null)
106105
{

src/OutputFormatter.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public function spaceAfterSelectorSeparator(): string
8686

8787
/**
8888
* @param string $sSeparator
89-
*
9089
*/
9190
public function spaceBeforeListArgumentSeparator($sSeparator): string
9291
{
@@ -95,7 +94,6 @@ public function spaceBeforeListArgumentSeparator($sSeparator): string
9594

9695
/**
9796
* @param string $sSeparator
98-
*
9997
*/
10098
public function spaceAfterListArgumentSeparator($sSeparator): string
10199
{
@@ -180,7 +178,6 @@ public function removeLastSemicolon($sString)
180178
}
181179

182180
/**
183-
*
184181
* @param array<Commentable> $aComments
185182
*
186183
* @return string

0 commit comments

Comments
 (0)