Skip to content

Commit

Permalink
Fixed StaticReforgedRunePathExtension implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dolejska-daniel committed Jan 24, 2021
1 parent aa6a5f3 commit 177713f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

namespace RiotAPI\LeagueAPI\Extensions;

use RiotAPI\Base\BaseAPI;
use RiotAPI\Base\Objects\IApiObject;
use RiotAPI\Base\Objects\IApiObjectExtension;

Expand Down Expand Up @@ -49,7 +50,7 @@ class StaticReforgedRunePathListExtension implements IApiObjectExtension
* @param IApiObject|StaticReforgedRunePathList $apiObject
* @param LeagueAPI $api
*/
public function __construct(IApiObject &$apiObject, LeagueAPI &$api )
public function __construct(IApiObject $apiObject, BaseAPI $api)
{
$this->object = $apiObject;

Expand Down

0 comments on commit 177713f

Please sign in to comment.