Skip to content

Commit

Permalink
AbstractBrowser headers properties must be private
Browse files Browse the repository at this point in the history
  • Loading branch information
gsouf committed Jul 26, 2017
1 parent 74980d4 commit 8840c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/Browser/AbstractBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
abstract class AbstractBrowser implements BrowserInterface
{

protected $defaultHeaders = [];
protected $defaultHeadersUC = [];
private $defaultHeaders = [];
private $defaultHeadersUC = [];

/**
* @inheritdoc
Expand Down

0 comments on commit 8840c42

Please sign in to comment.