File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" composer-normalize" version =" ^2.44.0" installed =" 2.48.2 " location =" ./.phive/composer-normalize" copy =" false" />
4- <phar name =" php-cs-fixer" version =" ^3.59.3" installed =" 3.89.2 " location =" ./.phive/php-cs-fixer" copy =" false" />
3+ <phar name =" composer-normalize" version =" ^2.44.0" installed =" 2.50.0 " location =" ./.phive/composer-normalize" copy =" false" />
4+ <phar name =" php-cs-fixer" version =" ^3.59.3" installed =" 3.95.1 " location =" ./.phive/php-cs-fixer" copy =" false" />
55</phive >
Original file line number Diff line number Diff line change 3030 "require-dev" : {
3131 "php-parallel-lint/php-parallel-lint" : " 1.4.0" ,
3232 "phpstan/extension-installer" : " 1.4.3" ,
33- "phpstan/phpstan" : " 1.12.32 || 2.1.32 " ,
34- "phpstan/phpstan-phpunit" : " 1.4.2 || 2.0.8 " ,
35- "phpstan/phpstan-strict-rules" : " 1.6.2 || 2.0.7 " ,
33+ "phpstan/phpstan" : " 1.12.33 || 2.1.47 " ,
34+ "phpstan/phpstan-phpunit" : " 1.4.2 || 2.0.16 " ,
35+ "phpstan/phpstan-strict-rules" : " 1.6.2 || 2.0.10 " ,
3636 "phpunit/phpunit" : " 8.5.52" ,
3737 "rawr/phpunit-data-provider" : " 3.3.1" ,
38- "rector/rector" : " 1.2.10 || 2.2.8 " ,
39- "rector/type-perfect" : " 1.0.0 || 2.1.0 " ,
38+ "rector/rector" : " 1.2.10 || 2.4.1 " ,
39+ "rector/type-perfect" : " 1.0.0 || 2.1.3 " ,
4040 "squizlabs/php_codesniffer" : " 4.0.1" ,
41- "thecodingmachine/phpstan-safe-rule" : " 1.2.0 || 1.4.1 "
41+ "thecodingmachine/phpstan-safe-rule" : " 1.2.0 || 1.4.3 "
4242 },
4343 "suggest" : {
4444 "ext-mbstring" : " for parsing UTF-8 CSS"
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ parameters:
1313 path : ../src/CSSList/CSSList.php
1414
1515 -
16- message : ' #^Parameters should have "string\|null" types as the only types passed to this method $#'
17- identifier : typePerfect.narrowPublicClassMethodParamType
16+ message : ' #^Negated boolean expression is always true\. $#'
17+ identifier : booleanNot.alwaysTrue
1818 count : 1
19- path : ../src/CSSList/Document .php
19+ path : ../src/Parsing/ParserState .php
2020
2121 -
22- message : ' #^Negated boolean expression is always true\. $#'
23- identifier : booleanNot.alwaysTrue
22+ message : ' #^Parameters should have "string\|int\|null" types as the only types passed to this method $#'
23+ identifier : typePerfect.narrowPublicClassMethodParamType
2424 count : 1
2525 path : ../src/Parsing/ParserState.php
2626
You can’t perform that action at this time.
0 commit comments