Skip to content

Commit

Permalink
Migrate to plaisio/kernel 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed May 16, 2020
1 parent 8eb96ef commit 39360d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/CoreLanguageResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

namespace Plaisio\LanguageResolver;

use Plaisio\PlaisioInterface;
use Plaisio\PlaisioObject;

/**
Expand All @@ -29,10 +30,10 @@ class CoreLanguageResolver extends PlaisioObject implements LanguageResolver
/**
* Object constructor.
*
* @param PlaisioObject $object The parent PhpPlaisio object.
* @param int $lanIdDefault The ID of the language when to requested language can not be resolved.
* @param PlaisioInterface $object The parent PhpPlaisio object.
* @param int $lanIdDefault The ID of the language when to requested language can not be resolved.
*/
public function __construct(PlaisioObject $object, int $lanIdDefault)
public function __construct(PlaisioInterface $object, int $lanIdDefault)
{
parent::__construct($object);

Expand Down

0 comments on commit 39360d3

Please sign in to comment.