diff --git a/src/Property/Charset.php b/src/Property/Charset.php index ac704b48..c58f990c 100644 --- a/src/Property/Charset.php +++ b/src/Property/Charset.php @@ -34,7 +34,6 @@ class Charset implements AtRule protected $comments; /** - * @param CSSString $oCharset * @param int $lineNumber */ public function __construct(CSSString $oCharset, $lineNumber = 0) diff --git a/src/Property/Import.php b/src/Property/Import.php index 12106766..d48fa70d 100644 --- a/src/Property/Import.php +++ b/src/Property/Import.php @@ -34,7 +34,6 @@ class Import implements AtRule protected $comments; /** - * @param URL $oLocation * @param string $sMediaQuery * @param int $lineNumber */