Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLebedel authored and github-actions[bot] committed Oct 29, 2024
1 parent 0b11632 commit ec3c55c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

declare(strict_types=1);

use Pleb\VCardIO\Enums\VCardVersionEnum;
use Pleb\VCardIO\Exceptions\VCardException;
use Pleb\VCardIO\Exceptions\VCardParserException;
use Pleb\VCardIO\Models\AbstractVCard;
use Pleb\VCardIO\Models\VCardV21;
use Pleb\VCardIO\Models\VCardV30;
use Pleb\VCardIO\Models\VCardV40;
use Pleb\VCardIO\VCard;
use Pleb\VCardIO\VCardParser;
use Pleb\VCardIO\VCardsCollection;

Expand Down Expand Up @@ -104,7 +101,7 @@

})->throws(VCardParserException::class);

it("instanciates correct vCard model according version", function () {
it('instanciates correct vCard model according version', function () {

$collection = VCardParser::parseRaw('BEGIN:VCARD
VERSION:2.1
Expand Down

0 comments on commit ec3c55c

Please sign in to comment.