Skip to content

Commit 8a59036

Browse files
committed
chore: bump php-cs-fixer to 3.65
1 parent c8ef5fd commit 8a59036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"sabre/xml" : "^3.0 || ^4.0"
3939
},
4040
"require-dev" : {
41-
"friendsofphp/php-cs-fixer": "^3.64",
41+
"friendsofphp/php-cs-fixer": "^3.65",
4242
"phpunit/phpunit" : "^9.6",
4343
"phpunit/php-invoker" : "^2.0 || ^3.1",
4444
"phpstan/phpstan": "^1.12"

lib/Component/VCalendar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function getDocumentType(): int
164164
*
165165
* @param string|null $componentName filter by component name
166166
*
167-
* @return VObject\Component[]
167+
* @return Component[]
168168
*/
169169
public function getBaseComponents(?string $componentName = null): array
170170
{

0 commit comments

Comments
 (0)