File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "php" : " >=8.0.2" ,
88 "ext-dom" : " *" ,
99 "ext-libxml" : " *" ,
10- "symfony/http-client" : " ^5.4||^6.0 ||^7.0"
10+ "symfony/http-client" : " ^5.4||^6.4 ||^7.0"
1111 },
1212 "authors" : [
1313 {
1414 "name" : " Gemorroj"
1515 }
1616 ],
1717 "require-dev" : {
18- "phpunit/phpunit" : " ^9.6" ,
19- "friendsofphp/php-cs-fixer" : " ^3.68"
18+ "phpunit/phpunit" : " ^9.6.22 " ,
19+ "friendsofphp/php-cs-fixer" : " ^3.68.5 "
2020 },
2121 "autoload" : {
2222 "psr-4" : {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class CSSValidator
2222 private Options $ options ;
2323 private HttpClientInterface $ httpClient ;
2424
25- public function __construct (Options $ options = null , HttpClientInterface $ httpClient = null )
25+ public function __construct (? Options $ options = null , ? HttpClientInterface $ httpClient = null )
2626 {
2727 $ this ->options = $ options ?: new Options ();
2828 if (!$ httpClient ) {
You can’t perform that action at this time.
0 commit comments