Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot authored and actions-user committed Jun 11, 2020
1 parent 1326cab commit 648e3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct()
{
$package = $this->extractPackageNameAndVersionFromComposerFile();
$name = str_replace('/', '-', $package['name']);
$this->userAgent = "$name-php; {$package['version']}";
$this->userAgent = "{$name}-php; {$package['version']}";
}

/**
Expand Down

0 comments on commit 648e3e6

Please sign in to comment.