Skip to content

Commit

Permalink
Updated a type hint to use self
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Jan 31, 2018
1 parent ee06ed8 commit 18fb7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function load($path, $override = true)
*
* @return object This Config object
*/
public function merge(Config $config)
public function merge(self $config)
{
$this->config = array_merge($this->config, $config->get());

Expand Down

0 comments on commit 18fb7d7

Please sign in to comment.