Skip to content

Commit

Permalink
Merge branch '2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadejski committed Sep 20, 2018
2 parents dbfc160 + 2f6cf3d commit f368e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Client/YooChooseNotifier.php
Expand Up @@ -10,7 +10,7 @@
use eZ\Publish\API\Repository\Values\Content\Content;
use eZ\Publish\API\Repository\Exceptions\NotFoundException;
use eZ\Publish\API\Repository\LocationService;
use eZ\Publish\Core\SignalSlot\Repository;
use eZ\Publish\API\Repository\Repository;
use GuzzleHttp\ClientInterface as GuzzleClient;
use GuzzleHttp\Exception\RequestException;
use Psr\Log\LoggerInterface;
Expand All @@ -33,7 +33,7 @@ class YooChooseNotifier implements RecommendationClient
/** @var \Psr\Log\LoggerInterface */
private $logger;

/** @var \eZ\Publish\Core\SignalSlot\Repository */
/** @var \eZ\Publish\API\Repository\Repository */
private $repository;

/** @var \eZ\Publish\API\Repository\ContentService */
Expand All @@ -47,7 +47,7 @@ class YooChooseNotifier implements RecommendationClient

/**
* @param \GuzzleHttp\ClientInterface $guzzle
* @param \eZ\Publish\Core\SignalSlot\Repository $repository
* @param \eZ\Publish\API\Repository\Repository $repository
* @param \eZ\Publish\API\Repository\ContentService $contentService
* @param \eZ\Publish\API\Repository\LocationService $locationService
* @param \eZ\Publish\API\Repository\ContentTypeService $contentTypeService
Expand Down
3 changes: 0 additions & 3 deletions Tests/eZ/Publish/Slot/AbstractSlotTest.php
Expand Up @@ -6,12 +6,9 @@
namespace EzSystems\RecommendationBundle\Tests\eZ\Publish\Slot;

use PHPUnit\Framework\TestCase;
use eZ\Publish\Core\Base\Tests\PHPUnit5CompatTrait;

abstract class AbstractSlotTest extends TestCase
{
use PHPUnit5CompatTrait;

/** @var \EzSystems\RecommendationBundle\Client\RecommendationClient|\PHPUnit_Framework_MockObject_MockObject */
protected $client;

Expand Down

0 comments on commit f368e89

Please sign in to comment.