Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Merge debffbb into 8a2142a
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jan 25, 2017
2 parents 8a2142a + debffbb commit d2f8a2e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/Klarna/Rest/Transport/UserAgent.php
Expand Up @@ -41,15 +41,7 @@ class UserAgent implements UserAgentInterface
*
* @var array
*/
protected $fields;

/**
* Constructs a user agent instance.
*/
public function __construct()
{
$this->fields = [];
}
protected $fields = [];

/**
* Sets the specified field.
Expand Down

0 comments on commit d2f8a2e

Please sign in to comment.