Skip to content

Commit

Permalink
Merge pull request #590 from phil-davis/fix-code-style
Browse files Browse the repository at this point in the history
Fix code-style
  • Loading branch information
phil-davis committed Sep 5, 2022
2 parents 49dbd1b + 3b4ee24 commit 7c585e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/VObject/Parser/MimeDirTest.php
Expand Up @@ -169,6 +169,7 @@ public function testParsingTwiceSameContent(): void

/**
* @covers \Sabre\VObject\Parser\MimeDir::readProperty
*
* @dataProvider provideBrokenVCalendar
*/
public function testBrokenMultilineContentDoesNotBreakImportWhenSetToIgnoreBrokenLines(string $vcalendar): void
Expand All @@ -180,6 +181,7 @@ public function testBrokenMultilineContentDoesNotBreakImportWhenSetToIgnoreBroke

/**
* @covers \Sabre\VObject\Parser\MimeDir::readProperty
*
* @dataProvider provideBrokenVCalendar
*
* @param string $vcalendar
Expand Down
1 change: 1 addition & 0 deletions tests/VObject/Recur/EventIterator/MainTest.php
Expand Up @@ -759,6 +759,7 @@ public function testMonthlyByMonthDay(): void
* after 1 second. Would be good to optimize later.
*
* @depends testValues
*
* @medium
*/
public function testMonthlyByDay(): void
Expand Down

0 comments on commit 7c585e6

Please sign in to comment.