From 20896909709f54cecbeb1e4f8e83b0b5baa37be6 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 28 Jan 2025 10:14:48 +0100 Subject: [PATCH] [CLEANUP] Remove redundant type annotations in `Property` --- src/Property/Charset.php | 1 - src/Property/Import.php | 1 - 2 files changed, 2 deletions(-) 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 */