File tree Expand file tree Collapse file tree 4 files changed +103
-204
lines changed
Expand file tree Collapse file tree 4 files changed +103
-204
lines changed Original file line number Diff line number Diff line change 2727 code-analysis : ' yes'
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Setup PHP, with composer and extensions
3333 uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
Original file line number Diff line number Diff line change 3838 "sabre/xml" : " ^3.0 || ^4.0"
3939 },
4040 "require-dev" : {
41- "friendsofphp/php-cs-fixer" : " ^3.75 " ,
41+ "friendsofphp/php-cs-fixer" : " ^3.87 " ,
4242 "phpunit/phpunit" : " ^9.6" ,
4343 "phpunit/php-invoker" : " ^2.0 || ^3.1" ,
4444 "phpstan/phpstan" : " ^2.1"
Original file line number Diff line number Diff line change @@ -435,8 +435,7 @@ protected function template(array $properties)
435435…
436436END:VAVAILABILITY
437437END:VCALENDAR
438- VCAL
439- ,
438+ VCAL ,
440439 $ properties
441440 );
442441 }
@@ -459,8 +458,7 @@ protected function templateAvailable(array $properties)
459458END:AVAILABLE
460459END:VAVAILABILITY
461460END:VCALENDAR
462- VCAL
463- ,
461+ VCAL ,
464462 $ properties
465463 );
466464 }
You can’t perform that action at this time.
0 commit comments