Skip to content

Commit

Permalink
[CLEANUP] Remove redundant type annotations in Property (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jan 28, 2025
1 parent c6cfc2e commit cac9ae6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Property/Charset.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class Charset implements AtRule
protected $comments;

/**
* @param CSSString $oCharset
* @param int $lineNumber
*/
public function __construct(CSSString $oCharset, $lineNumber = 0)
Expand Down
1 change: 0 additions & 1 deletion src/Property/Import.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class Import implements AtRule
protected $comments;

/**
* @param URL $oLocation
* @param string $sMediaQuery
* @param int $lineNumber
*/
Expand Down

0 comments on commit cac9ae6

Please sign in to comment.