Skip to content

Commit 6e88db1

Browse files
committed
[CLEANUP] Remove redundant type annotations in Property\
1 parent c6cfc2e commit 6e88db1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Property/Charset.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class Charset implements AtRule
3434
protected $comments;
3535

3636
/**
37-
* @param CSSString $oCharset
3837
* @param int $lineNumber
3938
*/
4039
public function __construct(CSSString $oCharset, $lineNumber = 0)

src/Property/Import.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class Import implements AtRule
3434
protected $comments;
3535

3636
/**
37-
* @param URL $oLocation
3837
* @param string $sMediaQuery
3938
* @param int $lineNumber
4039
*/

0 commit comments

Comments
 (0)