Skip to content

Commit e6bee1b

Browse files
committed
Revert collection experiment
1 parent 76c3a27 commit e6bee1b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Syntax/SteamApi/Client.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,12 @@ class Client
5757

5858
protected $isService = false;
5959

60-
protected $responseBody;
61-
6260
public function __construct()
6361
{
6462
$apiKey = $this->getApiKey();
6563

6664
$this->client = new GuzzleClient();
6765
$this->apiKey = $apiKey;
68-
$this->responseBody = null;
6966

7067
// Set up the Ids
7168
$this->setUpFormatted();

src/Syntax/SteamApi/Steam/App.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ class App extends Client
1111
/**
1212
* @var bool
1313
*/
14-
private $collection;
1514

16-
public function __construct($collection = false)
15+
public function __construct()
1716
{
1817
parent::__construct();
1918
$this->url = 'http://store.steampowered.com/';
2019
$this->interface = 'api';
21-
$this->collection = $collection;
2220
}
2321

2422
/**

0 commit comments

Comments
 (0)