diff --git a/src/CSSList/CSSList.php b/src/CSSList/CSSList.php index 7d4c7efa..ddca103a 100644 --- a/src/CSSList/CSSList.php +++ b/src/CSSList/CSSList.php @@ -436,9 +436,9 @@ public function getContents(): array } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array { diff --git a/src/Comment/Comment.php b/src/Comment/Comment.php index e09b033b..b840d6e7 100644 --- a/src/Comment/Comment.php +++ b/src/Comment/Comment.php @@ -48,9 +48,9 @@ public function render(OutputFormat $outputFormat): string } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array { diff --git a/src/Property/CSSNamespace.php b/src/Property/CSSNamespace.php index cb96d78b..cb80526c 100644 --- a/src/Property/CSSNamespace.php +++ b/src/Property/CSSNamespace.php @@ -96,9 +96,9 @@ public function atRuleArgs(): array } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array { diff --git a/src/Property/Charset.php b/src/Property/Charset.php index 9f2ae050..431150b0 100644 --- a/src/Property/Charset.php +++ b/src/Property/Charset.php @@ -73,9 +73,9 @@ public function atRuleArgs(): CSSString } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array { diff --git a/src/Property/Import.php b/src/Property/Import.php index 36604248..95d1612b 100644 --- a/src/Property/Import.php +++ b/src/Property/Import.php @@ -84,9 +84,9 @@ public function getMediaQuery(): ?string } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array { diff --git a/src/Property/Selector.php b/src/Property/Selector.php index 093f2bcf..72c8555e 100644 --- a/src/Property/Selector.php +++ b/src/Property/Selector.php @@ -97,9 +97,9 @@ public function render(OutputFormat $outputFormat): string } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array { diff --git a/src/Renderable.php b/src/Renderable.php index 1385abd9..560388d1 100644 --- a/src/Renderable.php +++ b/src/Renderable.php @@ -9,9 +9,9 @@ interface Renderable public function render(OutputFormat $outputFormat): string; /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array; } diff --git a/src/Rule/Rule.php b/src/Rule/Rule.php index c43cb414..d1be3cb6 100644 --- a/src/Rule/Rule.php +++ b/src/Rule/Rule.php @@ -199,9 +199,9 @@ public function render(OutputFormat $outputFormat): string } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array { diff --git a/src/RuleSet/DeclarationBlock.php b/src/RuleSet/DeclarationBlock.php index 386d7651..c10d2d23 100644 --- a/src/RuleSet/DeclarationBlock.php +++ b/src/RuleSet/DeclarationBlock.php @@ -274,9 +274,9 @@ public function render(OutputFormat $outputFormat): string } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array { diff --git a/src/RuleSet/RuleSet.php b/src/RuleSet/RuleSet.php index 64bd8c4d..b79ed4d8 100644 --- a/src/RuleSet/RuleSet.php +++ b/src/RuleSet/RuleSet.php @@ -332,9 +332,9 @@ protected function renderRules(OutputFormat $outputFormat): string } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array { diff --git a/src/Value/Value.php b/src/Value/Value.php index 59c49c85..b53c918e 100644 --- a/src/Value/Value.php +++ b/src/Value/Value.php @@ -182,9 +182,9 @@ public static function parsePrimitiveValue(ParserState $parserState) } /** - * @internal - * * @return array>> + * + * @internal */ public function getArrayRepresentation(): array {