We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ef5fd commit 8a59036Copy full SHA for 8a59036
composer.json
@@ -38,7 +38,7 @@
38
"sabre/xml" : "^3.0 || ^4.0"
39
},
40
"require-dev" : {
41
- "friendsofphp/php-cs-fixer": "^3.64",
+ "friendsofphp/php-cs-fixer": "^3.65",
42
"phpunit/phpunit" : "^9.6",
43
"phpunit/php-invoker" : "^2.0 || ^3.1",
44
"phpstan/phpstan": "^1.12"
lib/Component/VCalendar.php
@@ -164,7 +164,7 @@ public function getDocumentType(): int
164
*
165
* @param string|null $componentName filter by component name
166
167
- * @return VObject\Component[]
+ * @return Component[]
168
*/
169
public function getBaseComponents(?string $componentName = null): array
170
{
0 commit comments