Skip to content

Add native type declarations #811

Closed
1 of 1 issue completed
Closed
1 of 1 issue completed
@oliverklee

Description

@oliverklee

… as far as possible with PHP 7.2.

  • ├── Comment
  • │   ├── Commentable.php
  • │   └── Comment.php
  • ├── CSSList
  • │   ├── AtRuleBlockList.php
  • │   ├── CSSBlockList.php
  • │   ├── CSSList.php
  • │   ├── Document.php
  • │   └── KeyFrame.php
  • ├── OutputFormat.php
  • ├── OutputFormatter.php
  • ├── Parser.php
  • ├── Parsing
  • │   ├── Anchor.php
  • │   ├── OutputException.php
  • │   ├── ParserState.php
  • │   ├── SourceException.php
  • │   ├── UnexpectedEOFException.php
  • │   └── UnexpectedTokenException.php
  • ├── Property
  • │   ├── AtRule.php
  • │   ├── Charset.php
  • │   ├── CSSNamespace.php
  • │   ├── Import.php
  • │   ├── KeyframeSelector.php
  • │   └── Selector.php
  • ├── Renderable.php
  • ├── Rule
  • │   └── Rule.php
  • ├── RuleSet
  • │   ├── AtRuleSet.php
  • │   ├── DeclarationBlock.php
  • │   └── RuleSet.php
  • ├── Settings.php
  • └── Value
  • ├── CalcFunction.php
  • ├── CalcRuleValueList.php
  • ├── Color.php
  • ├── CSSFunction.php
  • ├── CSSString.php
  • ├── LineName.php
  • ├── PrimitiveValue.php
  • ├── RuleValueList.php
  • ├── Size.php
  • ├── URL.php
  • ├── ValueList.php
  • └── Value.php

Sub-issues

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions