MyIntervals / PHP-CSS-Parser

A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS

Home Page:http://www.sabberworm.com/blog/2010/6/10/php-css-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the `Size` constructor arguments in `DeclarationBlock`

oliverklee opened this issue · comments

This will fix the following PHPStan warning:

			message: "#^Class Sabberworm\\\\CSS\\\\Value\\\\Size constructor invoked with 5 parameters, 1\\-4 required\\.$#"
			count: 2
			path: ../src/RuleSet/DeclarationBlock.php

Note: We'll need to check which argument is superfluous. It's not the last one (the line number).