Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Nov 18, 2023
1 parent e7559e3 commit a677567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ use PackageUrl\PackageUrl;
$purl = (new PackageUrl('composer', 'console'))
->setNamespace('symfony')
->setVersion('6.3.8')
->setQualifiers(['vcs_url'=>'git+https://github.com/symfony/[email protected]'])
;
->setQualifiers(['vcs_url'=>'git+https://github.com/symfony/[email protected]']);

$purlString = $purl->toString();

Expand Down
3 changes: 1 addition & 2 deletions examples/usage.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
$purl = (new PackageUrl('composer', 'console'))
->setNamespace('symfony')
->setVersion('6.3.8')
->setQualifiers(['vcs_url'=>'git+https://github.com/symfony/[email protected]'])
;
->setQualifiers(['vcs_url' => 'git+https://github.com/symfony/[email protected]']);

$purlString = $purl->toString();

Expand Down

0 comments on commit a677567

Please sign in to comment.