Skip to content

Commit

Permalink
Merge pull request #642 from phil-davis/cs-fixer-3.51
Browse files Browse the repository at this point in the history
chore: use php-cs-fixer 3.51
  • Loading branch information
phil-davis committed Mar 4, 2024
2 parents 7968406 + db65228 commit 7c3a8db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -38,7 +38,7 @@
"sabre/xml" : "^3.0 || ^4.0"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "^3.49",
"friendsofphp/php-cs-fixer": "^3.51",
"phpunit/phpunit" : "^9.6",
"phpunit/php-invoker" : "^2.0 || ^3.1",
"phpstan/phpstan": "^1.10"
Expand Down
2 changes: 0 additions & 2 deletions lib/Component/VCalendar.php
Expand Up @@ -214,8 +214,6 @@ public function getBaseComponents(?string $componentName = null): array
* If there is no such component, null will be returned.
*
* @param string|null $componentName filter by component name
*
* @return VObject\Component|null
*/
public function getBaseComponent(?string $componentName = null): ?Component
{
Expand Down
2 changes: 1 addition & 1 deletion lib/VCardConverter.php
Expand Up @@ -304,7 +304,7 @@ protected function convertBinaryToUri(Component\VCard $output, Binary $newProper
* be valid in vCard 3.0 as well, we should convert those to BINARY if
* possible, to improve compatibility.
*
* @return Property\Binary|Property\Uri|null
* @return Binary|Uri|null
*
* @throws InvalidDataException
*/
Expand Down

0 comments on commit 7c3a8db

Please sign in to comment.